Skip to content

Commit d119d12

Browse files
Update CMakeLists.txt
Co-authored-by: kirkrodrigues <[email protected]>
1 parent 8e45661 commit d119d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ endif()
2020
if("${CMAKE_CXX_COMPILER_VERSION}" VERSION_LESS "${CMAKE_CXX_COMPILER_MIN_VERSION}")
2121
message(
2222
FATAL_ERROR
23-
"${CMAKE_CXX_COMPILER_ID} version must be at least ${CMAKE_CXX_COMPILER_MIN_VERSION}!"
23+
"${CMAKE_CXX_COMPILER_ID} version ${CMAKE_CXX_COMPILER_VERSION} is too low. Must be at \
24+
least ${CMAKE_CXX_COMPILER_MIN_VERSION}."
2425
)
2526
endif()
2627

0 commit comments

Comments
 (0)