Skip to content

Commit d30afca

Browse files
committed
update comment on modules support
1 parent 8a95605 commit d30afca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project(
1111

1212
# gersemi: off
1313

14-
# Modules opt in only on compilers that support g++-15 and clang-20
14+
# Modules opt in only on compilers that support g++-15 and clang-19+
1515
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19)
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)

0 commit comments

Comments
 (0)