We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5085476 commit bb15427Copy full SHA for bb15427
1 file changed
cli/CMakeLists.txt
@@ -39,6 +39,7 @@ if (BUILD_CLI)
39
if(NOT HAVE_EXECINFO_H)
40
set(HAVE_EXECINFO_H 0)
41
endif()
42
+ message(STATUS "HAVE_EXECINFO_H=${HAVE_EXECINFO_H}")
43
target_compile_definitions(cppcheck PRIVATE -DHAVE_EXECINFO_H=${HAVE_EXECINFO_H})
44
45
0 commit comments