Revert "CMakeLists.txt: switch to c++17"

This reverts commit 92833930e7.
This commit is contained in:
Gwenhael Goavec-Merou 2026-03-17 19:23:16 +01:00
parent 92833930e7
commit 40491463bf
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ endif()
####################################################################################################
## specify the C++ standard
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_FLAGS_DEBUG "-g -Wall -Wextra ${CMAKE_CXX_FLAGS_DEBUG}")
if(ENABLE_OPTIM AND NOT(CMAKE_BUILD_TYPE STREQUAL "Debug"))