diff --git a/CMakeLists.txt b/CMakeLists.txt index 73be186..9ef84fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,7 +149,7 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/proto) if(BUILD_ETCD_TESTS) message(STATUS "Building etcd-cpp-apiv3 with tests requires the async runtime, " "setting BUILD_ETCD_CORE_ONLY to ON ...") - set(BUILD_ETCD_CORE_ONLY ON) + set(BUILD_ETCD_CORE_ONLY OFF) endif() if (NOT BUILD_ETCD_CORE_ONLY)