Skip to content

Commit 0f4fd2e

Browse files
committed
revert modules back to clang-20 to see if CI cleans-up
1 parent 54d2d74 commit 0f4fd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ project(
1111

1212
# gersemi: off
1313

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)
14+
# Modules opt in only on compilers that support g++-15 and clang-20+
15+
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 20)
1616
set(CMAKE_CXX_SCAN_FOR_MODULES 1)
1717
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 15)
1818
set(CMAKE_CXX_SCAN_FOR_MODULES 1)

0 commit comments

Comments
 (0)