aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2025-06-21 21:53:19 +0200
committerDaniil Cherednik <dan.cherednik@gmail.com>2025-06-22 14:37:24 +0200
commit45b630c6901d36d06a9fb251c0bf8a91848fd740 (patch)
treebae801f79670c5978695381ac0b0be155494f0b2 /src
parent8b399993d5d6a9b7ef682027c8c15538ab88a156 (diff)
downloadatracdenc-45b630c6901d36d06a9fb251c0bf8a91848fd740.tar.gz
Bump c++ version to c++17
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 17f35b3..17e364d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.1...3.26)
-set (CMAKE_CXX_STANDARD 14)
+set (CMAKE_CXX_STANDARD 17)
set (CMAKE_C_STANDARD 11)
#add_definitions( "-Wall -O2 -g -Rpass-analysis=loop-vectorize" )