We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e45661 commit d119d12Copy full SHA for d119d12
CMakeLists.txt
@@ -20,7 +20,8 @@ endif()
20
if("${CMAKE_CXX_COMPILER_VERSION}" VERSION_LESS "${CMAKE_CXX_COMPILER_MIN_VERSION}")
21
message(
22
FATAL_ERROR
23
- "${CMAKE_CXX_COMPILER_ID} version must be at least ${CMAKE_CXX_COMPILER_MIN_VERSION}!"
+ "${CMAKE_CXX_COMPILER_ID} version ${CMAKE_CXX_COMPILER_VERSION} is too low. Must be at \
24
+ least ${CMAKE_CXX_COMPILER_MIN_VERSION}."
25
)
26
endif()
27
0 commit comments