We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a95605 commit d30afcaCopy full SHA for d30afca
CMakeLists.txt
@@ -11,7 +11,7 @@ project(
11
12
# gersemi: off
13
14
-# Modules opt in only on compilers that support g++-15 and clang-20
+# Modules opt in only on compilers that support g++-15 and clang-19+
15
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19)
16
set(CMAKE_CXX_SCAN_FOR_MODULES 1)
17
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 15)
0 commit comments