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 c05137c commit 83f6912Copy full SHA for 83f6912
CMakeLists.txt
@@ -69,6 +69,10 @@ if(CASS_BUILD_INTEGRATION_TESTS OR CASS_BUILD_UNIT_TESTS)
69
set(CASS_USE_LIBUV ON)
70
endif()
71
72
+if(CASS_BUILD_EXAMPLES)
73
+ set(CASS_USE_LIBUV ON) # Some examples require libuv, e.g. "callbacks".
74
+endif()
75
+
76
# Determine which driver target should be used as a dependency
77
set(PROJECT_LIB_NAME_TARGET scylla-cpp-driver)
78
if(CASS_USE_STATIC_LIBS OR
0 commit comments