File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 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)
77
88if (NOT JSONEXPR_USE_SYSTEM_JSON)
99 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)
1211 FetchContent_MakeAvailable(json)
1312endif ()
1413if (NOT JSONEXPR_USE_STD_EXPECTED AND NOT JSONEXPR_USE_SYSTEM_EXPECTED)
1514 set (EXPECTED_BUILD_TESTS OFF )
1615 set (EXPECTED_BUILD_PACKAGE_DEB OFF )
1716 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)
2018 FetchContent_MakeAvailable(expected)
2119endif ()
2220
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ set(FETCHCONTENT_QUIET FALSE)
77
88set (SNITCH_DEFINE_MAIN OFF )
99FetchContent_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)
1211FetchContent_MakeAvailable(snitch)
1312
1413add_executable (jsonexpr_tests
You can’t perform that action at this time.
0 commit comments