From: Kefu Chai Date: Mon, 27 May 2019 07:08:43 +0000 (+0800) Subject: cmake: do not disable Seastar_TESTING explicitly X-Git-Tag: v15.1.0~2568^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7d899c1ddf8d084547030b24ddc33b3b0b532cd;p=ceph.git cmake: do not disable Seastar_TESTING explicitly this option is disabled by default if seastar is included as a subdirectory. Signed-off-by: Kefu Chai --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 35b2aeb0f2aab..654582f40e5cd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -293,7 +293,6 @@ if(WITH_SEASTAR) endmacro () set(Seastar_HWLOC OFF CACHE BOOL "" FORCE) set(Seastar_STD_OPTIONAL_VARIANT_STRINGVIEW ON CACHE BOOL "" FORCE) - set(Seastar_TESTING OFF CACHE BOOL "" FORCE) set(Seastar_CXX_FLAGS "-Wno-error;-Wno-sign-compare;-Wno-attributes;-Wno-pessimizing-move;-Wno-address-of-packed-member" CACHE STRING "" FORCE) add_subdirectory(seastar) # create the directory so cmake won't complain when looking at the imported