X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeLists.txt;h=19755ffd54cd299c884a5866920799eec036cd42;hb=6e77392804b33fec81b9d6d3fc3fd65c4b879ce1;hp=83bdaa017418e2e1da7ca279dd60a7c82eb4e812;hpb=9f262c9ea92d4869715ca6f534c80075a8310ac1;p=awesomized%2Flibmemcached diff --git a/CMakeLists.txt b/CMakeLists.txt index 83bdaa01..19755ffd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,7 @@ project(libmemcached DESCRIPTION "libmemcached https://github.com/m6w6/libmemcached" ) -set(CMAKE_CXX_STANDARD 11) -set(CMAKE_CXX_STANDARD_REQUIRED ON) +set(CXX_STANDARD 11) set(CMAKE_POSITION_INDEPENDENT_CODE ON) include(CMakeConfig.txt) @@ -37,8 +36,8 @@ if(NOT BUILD_DOCSONLY) memtouch ) - add_subdirectory(include) add_subdirectory(src) + add_subdirectory(include) add_subdirectory(support) add_subdirectory(test)