File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33* ! Minor breaking change ! Default automatic session update duration changed to 60 seconds.
44* Added a call to change the automatic session update duration.
55* Fixed a bug where session duration was reported wrong.
6+ * Fixed a bug that was a typo ('COUNTLY_CUSTOM_HTTP' instead of 'COUNTLY_USE_CUSTOM_HTTP') in the cmake file that cause the SDK to be misconfigured.
67* Fixed a bug that caused POST requests to fail on Windows.
78
8921.11.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ option(COUNTLY_USE_SQLITE "Use SQLite" OFF)
1313option (COUNTLY_BUILD_TESTS "Build test programs" OFF )
1414option (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." )
1818endif ()
1919
You can’t perform that action at this time.
0 commit comments