Skip to content

Commit

Permalink
[test] Use 0.1.x c2py version branch
Browse files Browse the repository at this point in the history
  • Loading branch information
parcollet committed Feb 14, 2024
1 parent 950b898 commit c38aef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ if(POLICY CMP0144)
endif()
include(FetchContent)

set(C2PY_BRANCH "0.1.x")

project(clair VERSION 0.1.0 LANGUAGES C CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
if (IS_SUBPROJECT)
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(IS_CLAIR_BUILD ON)
FetchContent_Declare(
c2py
GIT_REPOSITORY https://github.com/flatironinstitute/c2py
GIT_TAG unstable
GIT_TAG ${C2PY_BRANCH}
EXCLUDE_FROM_ALL # we exclude from all so that c2py is NOT installed.
)
FetchContent_MakeAvailable(c2py)
Expand Down

0 comments on commit c38aef4

Please sign in to comment.