Skip to content
Snippets Groups Projects
Commit 75b87cc0 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Set C standard to 17

parent afd0eb0a
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ project(${ROOT_PROJECT_NAME})
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
set(CMAKE_C_STANDARD 17)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
......
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