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 54d2d74 commit 0f4fd2eCopy full SHA for 0f4fd2e
CMakeLists.txt
@@ -11,8 +11,8 @@ project(
11
12
# gersemi: off
13
14
-# 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)
+# Modules opt in only on compilers that support g++-15 and clang-20+
+if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 20)
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)
18
0 commit comments