- fix used C++ standard (closer to full C++ 20)

This commit is contained in:
2024-11-05 11:44:53 +03:00
parent f3ebe11a42
commit 5bf8d665e2
12 changed files with 22 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
project (ice_stack)
# Rely on C++ 17
set (CMAKE_CXX_STANDARD 17)
set (CMAKE_CXX_STANDARD 20)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)