We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2eb3c commit e0b9a76Copy full SHA for e0b9a76
cmake/Key4hepConfig.cmake
@@ -43,7 +43,7 @@ endmacro()
43
macro(key4hep_set_cxx_standard_and_extensions)
44
set(CMAKE_CXX_STANDARD 20 CACHE STRING "")
45
46
- if(NOT CMAKE_CXX_STANDARD MATCHES "20|23")
+ if(NOT CMAKE_CXX_STANDARD MATCHES "20|23|26")
47
message(FATAL_ERROR "Unsupported C++ standard: ${CMAKE_CXX_STANDARD}, supported values are 20 and 23")
48
endif()
49
0 commit comments