Skip to content
Snippets Groups Projects
Commit 4ec3d9cd authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Enable c++17 features.

parent 44500a4f
No related branches found
No related tags found
No related merge requests found
# C++ standard setup
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment