diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-06-21 21:53:19 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-06-22 14:37:24 +0200 |
commit | 45b630c6901d36d06a9fb251c0bf8a91848fd740 (patch) | |
tree | bae801f79670c5978695381ac0b0be155494f0b2 /src | |
parent | 8b399993d5d6a9b7ef682027c8c15538ab88a156 (diff) | |
download | atracdenc-45b630c6901d36d06a9fb251c0bf8a91848fd740.tar.gz |
Bump c++ version to c++17
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
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" ) |