We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570c29a commit 1a090a9Copy full SHA for 1a090a9
tests/CMakeLists.txt
@@ -192,9 +192,6 @@ if (JSON_Install)
192
endif()
193
194
add_subdirectory(cmake_add_subdirectory)
195
-if (NOT JSON_No_Internet)
196
- add_subdirectory(cmake_fetch_content)
197
- add_subdirectory(cmake_fetch_content2)
198
-endif()
199
-
+add_subdirectory(cmake_fetch_content)
+add_subdirectory(cmake_fetch_content2)
200
add_subdirectory(cmake_target_include_directories)
0 commit comments