X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=blobdiff_plain;f=src%2Fp9y%2FCMakeLists.txt;h=ec7ce8d16b4cfb6473199920206a9b372be33ab5;hp=9d953ad0fac8bcbc7e9d2d82caf56a35d10753dc;hb=6f7918c7532df7820f3987ef2f4afaccfde07bbd;hpb=4ca28fb6eb31ca8efb8f41ff764e9ef9177297f6 diff --git a/src/p9y/CMakeLists.txt b/src/p9y/CMakeLists.txt index 9d953ad0..ec7ce8d1 100644 --- a/src/p9y/CMakeLists.txt +++ b/src/p9y/CMakeLists.txt @@ -9,6 +9,9 @@ add_library(p9y STATIC p9y.cpp ) +set_target_properties(p9y PROPERTIES + CXX_STANDARD ${CXX_STANDARD} + ) target_include_directories(p9y PRIVATE . ${CMAKE_SOURCE_DIR}/include