We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ac878 commit 3f057d9Copy full SHA for 3f057d9
module.cmake
@@ -9,8 +9,8 @@ elseif (CMAKE_VERSION EQUAL 3.26)
9
set(CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API "2182bf5c-ef0d-489a-91da-49dbc3090d2a")
10
elseif (CMAKE_VERSION EQUAL 3.27)
11
set(CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API "aa1f7df0-828a-4fcd-9afc-2dc80491aca7")
12
-else()
13
- message(WARNING "Newer CMake version, CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API may not be set.")
+elseif (CMAKE_VERSION LESS 3.25)
+ message(ERROR "Newer CMake version, must be at least 3.25.")
14
endif()
15
16
# Enable the module experiment
0 commit comments