From: Kefu Chai Date: Tue, 7 May 2019 15:05:20 +0000 (+0800) Subject: cmake: do not build unit test of seastar X-Git-Tag: v15.1.0~2743^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ad86669dc3390208f884e4214148e022585cb0d3;p=ceph.git cmake: do not build unit test of seastar Signed-off-by: Kefu Chai --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 73ed94ab9aec5..ecd5e26ba670e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -295,6 +295,7 @@ 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