Skip to content

Commit 4ddcfec

Browse files
committed
fix:修复cmake错误
1 parent d13db72 commit 4ddcfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/base/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ check_symbol_exists(backtrace "execinfo.h" HAVE_EXECINFO_H)
7575
if (HAVE_EXECINFO_H)
7676
add_definitions(-DHAVE_EXECINFO_H=1)
7777
else()
78-
message(WARNING "not support execinfo.h, can't use ::backtrace()"
78+
message(WARNING "not support execinfo.h, can't use ::backtrace()")
7979
add_definitions(-DHAVE_EXECINFO_H=0)
8080
endif()
8181

0 commit comments

Comments
 (0)