From 9f2a6274a2e634e9b9b862f8b0c00a6a75768342 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 21 Jun 2018 20:58:11 +0100 Subject: Making C++17 the standard --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e55c01d..55539b04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ option(YAGE_BUILD_DOCS "Build documentation using Doxygen" OFF) option(YAGE_BUILD_EXAMPLES "Build example executables" OFF) # set standard -set(CMAKE_CXX_STANDARD 14) +set(CMAKE_CXX_STANDARD 17) # find other libraries from source set(EXTERNAL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libs) -- cgit