File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,14 @@ set(FETCHCONTENT_QUIET FALSE)
7
7
8
8
if (NOT JSONEXPR_USE_SYSTEM_JSON)
9
9
FetchContent_Declare(json
10
- GIT_REPOSITORY https://github.com/nlohmann/json.git
11
- GIT_TAG v3.11.3)
10
+ URL https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.zip)
12
11
FetchContent_MakeAvailable(json)
13
12
endif ()
14
13
if (NOT JSONEXPR_USE_STD_EXPECTED AND NOT JSONEXPR_USE_SYSTEM_EXPECTED)
15
14
set (EXPECTED_BUILD_TESTS OFF )
16
15
set (EXPECTED_BUILD_PACKAGE_DEB OFF )
17
16
FetchContent_Declare(expected
18
- GIT_REPOSITORY https://github.com/TartanLlama/expected.git
19
- GIT_TAG v1.1.0)
17
+ URL https://github.com/TartanLlama/expected/archive/refs/tags/v1.1.0.zip)
20
18
FetchContent_MakeAvailable(expected)
21
19
endif ()
22
20
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ set(FETCHCONTENT_QUIET FALSE)
7
7
8
8
set (SNITCH_DEFINE_MAIN OFF )
9
9
FetchContent_Declare(snitch
10
- GIT_REPOSITORY https://github.com/cschreib/snitch.git
11
- GIT_TAG v1.2.5)
10
+ URL https://github.com/snitch-org/snitch/archive/refs/tags/v1.2.5.zip)
12
11
FetchContent_MakeAvailable(snitch)
13
12
14
13
add_executable (jsonexpr_tests
You can’t perform that action at this time.
0 commit comments