Skip to content

Commit fdd98cc

Browse files
committed
Add network support option
1 parent 93765b0 commit fdd98cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
88
set(ZIP_SRC thirdparty/zip/src)
99

1010
option(LIBSCRATCHCPP_BUILD_UNIT_TESTS "Build unit tests" ON)
11+
option(LIBSCRATCHCPP_NETWORK_SUPPORT "Support for downloading projects" ON)
1112

1213
find_package(nlohmann_json 3.9.1 REQUIRED)
1314
find_package(utf8cpp REQUIRED)

0 commit comments

Comments
 (0)