Skip to content

Commit

Permalink
Bump pyre to v1.9.9 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtburns-jpl authored and GitHub Enterprise committed Aug 20, 2020
1 parent f79785e commit 501c281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ function(getpackage_pybind11)
endfunction()

function(getpackage_pyre)
find_package(pyre 1.9.8 CONFIG)
find_package(pyre 1.9.9 CONFIG)
if(NOT HAVE_PYRE)
# disable pyre's test suite
set(BUILD_TESTING OFF)
fetch_extern_repo(pyre
GIT_REPOSITORY https://github.com/pyre/pyre
GIT_TAG v1.9.8
GIT_TAG v1.9.9
GIT_SHALLOW TRUE
)
endif()
Expand Down

0 comments on commit 501c281

Please sign in to comment.