We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa441d commit ba2115aCopy full SHA for ba2115a
module.cmake
@@ -6,7 +6,7 @@ if (CMAKE_VERSION EQUAL 3.25)
6
elseif (CMAKE_VERSION EQUAL 3.26)
7
set(CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API "2182bf5c-ef0d-489a-91da-49dbc3090d2a")
8
else()
9
- message(WARNING "Unsupported CMake version, CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API may not be set.")
+ message(WARNING "Newer CMake version, CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API may not be set.")
10
endif()
11
12
# Enable the module experiment
0 commit comments