Skip to content

Commit 1a090a9

Browse files
author
Gianfranco Costamagna
committed
Revert "Make sure tests can be run offline and by adding new cmake switch"
This reverts commit 6674334.
1 parent 570c29a commit 1a090a9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ if (JSON_Install)
192192
endif()
193193

194194
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-
195+
add_subdirectory(cmake_fetch_content)
196+
add_subdirectory(cmake_fetch_content2)
200197
add_subdirectory(cmake_target_include_directories)

0 commit comments

Comments
 (0)