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 99bb50f commit b1b04b1Copy full SHA for b1b04b1
tests/CMakeLists.txt
@@ -9,7 +9,9 @@ FetchContent_Declare(
9
)
10
FetchContent_MakeAvailable(Catch2)
11
12
-message("Compiler is: ${CMAKE_CXX_COMPILER_ID} version: ${CMAKE_CXX_COMPILER_VERSION}")
+message(
13
+ "Compiler is: ${CMAKE_CXX_COMPILER_ID} version: ${CMAKE_CXX_COMPILER_VERSION}"
14
+)
15
16
# module tests will only compile with gcc15 or clang20 and above
17
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 20)
0 commit comments