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 825e6d6 commit e95a263Copy full SHA for e95a263
tests/CMakeLists.txt
@@ -81,5 +81,6 @@ if(HAS_CXX_23)
81
target_link_libraries(libut_tests_23 PUBLIC stdc++exp)
82
endif()
83
else()
84
- message(WARNING "${CMAKE_CXX_COMPILER} does not support C++23, tests will not run")
+ get_filename_component(compiler_name ${CMAKE_CXX_COMPILER} NAME)
85
+ message(WARNING "${compiler_name} ${CMAKE_CXX_COMPILER_VERSION} does not support C++23, tests will not run")
86
0 commit comments