IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a9c7ef59 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Marvin Gottowik
Browse files

typo

parent 6a0185b6
No related branches found
No related tags found
1 merge request!648Fix typo
Pipeline #13951 passed
...@@ -87,7 +87,7 @@ include (corsikaDefines) ...@@ -87,7 +87,7 @@ include (corsikaDefines)
# check if compiler is C++17 compliant # check if compiler is C++17 compliant
# #
include (CheckCXXCompilerFlag) include (CheckCXXCompilerFlag)
check_CXX_compiler_flag ("--std=c++17" COMPILER_SUPPORTS_CXX17) check_CXX_compiler_flag ("-std=c++17" COMPILER_SUPPORTS_CXX17)
if (NOT COMPILER_SUPPORTS_CXX17) if (NOT COMPILER_SUPPORTS_CXX17)
message (FATAL "| CORSIKA8 > The compiler ${CMAKE_CXX_COMPILER} has no C++17 support. Please use a different C++ compiler.") message (FATAL "| CORSIKA8 > The compiler ${CMAKE_CXX_COMPILER} has no C++17 support. Please use a different C++ compiler.")
endif () endif ()
......
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