aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-06-21 20:58:11 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-06-21 20:58:11 +0100
commit9f2a6274a2e634e9b9b862f8b0c00a6a75768342 (patch)
treeef2a08fe6ded0924ab5d4001185445338e7ed730
parentaaf7c1662abb78228b774f728061b092e4467b07 (diff)
downloadYAGE-9f2a6274a2e634e9b9b862f8b0c00a6a75768342.tar.gz
YAGE-9f2a6274a2e634e9b9b862f8b0c00a6a75768342.zip
Making C++17 the standard
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)