Skip to content

Commit ba2115a

Browse files
committed
update module.cmake
1 parent 8aa441d commit ba2115a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (CMAKE_VERSION EQUAL 3.25)
66
elseif (CMAKE_VERSION EQUAL 3.26)
77
set(CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API "2182bf5c-ef0d-489a-91da-49dbc3090d2a")
88
else()
9-
message(WARNING "Unsupported CMake version, CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API may not be set.")
9+
message(WARNING "Newer CMake version, CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API may not be set.")
1010
endif()
1111

1212
# Enable the module experiment

0 commit comments

Comments
 (0)