We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13db72 commit 4ddcfecCopy full SHA for 4ddcfec
modules/base/CMakeLists.txt
@@ -75,7 +75,7 @@ check_symbol_exists(backtrace "execinfo.h" HAVE_EXECINFO_H)
75
if (HAVE_EXECINFO_H)
76
add_definitions(-DHAVE_EXECINFO_H=1)
77
else()
78
- message(WARNING "not support execinfo.h, can't use ::backtrace()"
+ message(WARNING "not support execinfo.h, can't use ::backtrace()")
79
add_definitions(-DHAVE_EXECINFO_H=0)
80
endif()
81
0 commit comments