]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: do not disable Seastar_TESTING explicitly
authorKefu Chai <kchai@redhat.com>
Mon, 27 May 2019 07:08:43 +0000 (15:08 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 27 May 2019 07:18:00 +0000 (15:18 +0800)
this option is disabled by default if seastar is included as a
subdirectory.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt

index 35b2aeb0f2aabbfb5a3c77294d4a6f1d5f269fb7..654582f40e5cd02243dad30290ae2bc1475e9328 100644 (file)
@@ -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