Signed-off-by: Tao He <sighingnow@gmail.com>
This commit is contained in:
Tao He 2023-03-19 00:24:04 +08:00
parent c71e87f88a
commit b1edb228a6
1 changed files with 1 additions and 1 deletions

View File

@ -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)