From: Michael Wallner Date: Mon, 21 Dec 2020 13:00:47 +0000 (+0100) Subject: p9y: properly enforce C++11 X-Git-Tag: 1.1.0-beta1~13 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=commitdiff_plain;h=6f7918c7532df7820f3987ef2f4afaccfde07bbd p9y: properly enforce C++11 --- 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