Skip to content

Commit c38aef4

Browse files
committed
[test] Use 0.1.x c2py version branch
1 parent 950b898 commit c38aef4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ if(POLICY CMP0144)
55
endif()
66
include(FetchContent)
77

8+
set(C2PY_BRANCH "0.1.x")
9+
810
project(clair VERSION 0.1.0 LANGUAGES C CXX)
911
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
1012
if (IS_SUBPROJECT)

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(IS_CLAIR_BUILD ON)
55
FetchContent_Declare(
66
c2py
77
GIT_REPOSITORY https://github.com/flatironinstitute/c2py
8-
GIT_TAG unstable
8+
GIT_TAG ${C2PY_BRANCH}
99
EXCLUDE_FROM_ALL # we exclude from all so that c2py is NOT installed.
1010
)
1111
FetchContent_MakeAvailable(c2py)

0 commit comments

Comments
 (0)