Skip to content

Commit 25f0e06

Browse files
committed
'COUNTLY_CUSTOM_HTTP' update to 'COUNTLY_USE_CUSTOM_HTTP' in CMakelists
1 parent c108da5 commit 25f0e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ option(COUNTLY_USE_SQLITE "Use SQLite" OFF)
1313
option(COUNTLY_BUILD_TESTS "Build test programs" OFF)
1414
option(COUNTLY_BUILD_SAMPLE "Build Sample programs" OFF)
1515

16-
if (NOT WIN32 AND NOT BUILD_SHARED_LIBS AND NOT COUNTLY_CUSTOM_HTTP)
16+
if (NOT WIN32 AND NOT BUILD_SHARED_LIBS AND NOT COUNTLY_USE_CUSTOM_HTTP)
1717
message(FATAL_ERROR "You must provide a custom HTTP function when compiling statically.")
1818
endif()
1919

0 commit comments

Comments
 (0)