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 3a8fc68 commit bfa3233Copy full SHA for bfa3233
CMakeLists.txt
@@ -23,6 +23,7 @@ option(BUILD_EXT_MD5 "Build with internal md5 support" ON)
23
option(BUILD_EXT_SQLITE "Build with internal SQLite support" ON)
24
option(BUILD_EXT_ZLIB "Build with internal zlib support" ON)
25
option(BUILD_EXT_CURL "Build with internal curl support" ON)
26
+option(BUILD_EXT_UNZIP "Build with internal unzip support" ON)
27
28
add_library(external empty.cpp)
29
0 commit comments