IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 13316dd6 authored by Lukas Nellen's avatar Lukas Nellen :footprints:
Browse files

Portability: use only C++, no compiler (e.g. GNU) extensions

parent ba486748
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeModules)
include (CorsikaUtilities) # a few cmake function
set (CMAKE_CXX_STANDARD 17)
set (CMAKE_CXX_EXTENSIONS OFF)
enable_testing ()
set (CTEST_OUTPUT_ON_FAILURE 1)
......
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