summaryrefslogtreecommitdiff
path: root/dev-cpp/rapidyaml/files/rapidyaml-0.4.0-no-download.patch
blob: 51fb56e7ed6fca386c45aa4d59aaccff8d37bc4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/ext/testbm.cmake
+++ b/ext/testbm.cmake
@@ -1,4 +1,2 @@
 # these are used both for testing and benchmarking
-c4_require_subproject(c4fs REMOTE
-    GIT_REPOSITORY https://github.com/biojppm/c4fs
-    GIT_TAG master)
+c4_require_subproject(c4fs SUBDIRECTORY ext/c4fs)
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -155,10 +155,6 @@
 
-    c4_require_subproject(c4log REMOTE
-        GIT_REPOSITORY https://github.com/biojppm/c4log
-        GIT_TAG master)
+    c4_require_subproject(c4log SUBDIRECTORY ../ext/c4log)
 
     set(tsdir ${ed}/yaml-test-suite)
-    c4_download_remote_proj(yaml-test-suite suite_dir
-        GIT_REPOSITORY https://github.com/yaml/yaml-test-suite
-        GIT_TAG data-2022-01-17)
+    set(suite_dir ${CMAKE_SOURCE_DIR}/ext/yaml-test-suite)
     if(NOT EXISTS ${suite_dir}/229Q)