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 c108da5 commit 25f0e06Copy full SHA for 25f0e06
CMakeLists.txt
@@ -13,7 +13,7 @@ option(COUNTLY_USE_SQLITE "Use SQLite" OFF)
13
option(COUNTLY_BUILD_TESTS "Build test programs" OFF)
14
option(COUNTLY_BUILD_SAMPLE "Build Sample programs" OFF)
15
16
-if (NOT WIN32 AND NOT BUILD_SHARED_LIBS AND NOT COUNTLY_CUSTOM_HTTP)
+if (NOT WIN32 AND NOT BUILD_SHARED_LIBS AND NOT COUNTLY_USE_CUSTOM_HTTP)
17
message(FATAL_ERROR "You must provide a custom HTTP function when compiling statically.")
18
endif()
19
0 commit comments