Skip to content

Commit 3652e86

Browse files
authored
Default ENABLE_KVS_THREADPOOL to OFF
1 parent 38e942c commit 3652e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ option(BUILD_LIBSRTP_HOST_PLATFORM "If buildng LibSRTP what is the current platf
1818
option(BUILD_LIBSRTP_DESTINATION_PLATFORM "If buildng LibSRTP what is the destination platform" OFF)
1919
option(BUILD_SAMPLE "Build available samples" ON)
2020
option(ENABLE_DATA_CHANNEL "Enable support for data channel" ON)
21-
option(ENABLE_KVS_THREADPOOL "Enable support for KVS thread pool in signaling" ON)
21+
option(ENABLE_KVS_THREADPOOL "Enable support for KVS thread pool in signaling" OFF)
2222
option(INSTRUMENTED_ALLOCATORS "Enable memory instrumentation" OFF)
2323
option(ENABLE_AWS_SDK_IN_TESTS "Enable support for compiling AWS SDKs for tests" ON)
2424

0 commit comments

Comments
 (0)