X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeLists.txt;h=ef29a4116b7d955f385ad9ac1ab24250430bbac2;hb=01c5e0ed8d3d9c72ea192792d1c49a50e756d635;hp=cab79f2c7ba53270c05161a6be5107c681bfdf32;hpb=808f81dba2553a1e552e8f3cea3ee376ad7d3558;p=awesomized%2Flibmemcached diff --git a/CMakeLists.txt b/CMakeLists.txt index cab79f2c..ef29a411 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,6 @@ include(CMakeConfig.txt) if(NOT BUILD_DOCSONLY) - set(AUTOHEADER_FILE mem_config.h) - set(CLIENTS memcapable memcat @@ -40,10 +38,12 @@ if(NOT BUILD_DOCSONLY) add_subdirectory(contrib) add_subdirectory(include) add_subdirectory(support) + + # tests need c++17 support add_subdirectory(test) # keep last - configure_file(src/mem_config.h.in ${AUTOHEADER_FILE} @ONLY) + configure_file(${CONFIGURE_FILE_IN} ${CONFIGURE_FILE_OUT} @ONLY) endif() if(BUILD_DOCS OR BUILD_DOCSONLY)