mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-05-03 21:39:35 +00:00
Fix typo
Should be backward_DEFINITIONS instead of BACKWARD_DEFINITIONS.
This commit is contained in:
parent
8f1accebf8
commit
6873faa72f
@ -84,7 +84,7 @@ endmacro()
|
||||
map_definitions("STACK_DETAILS_" "BACKWARD_HAS_" BACKTRACE_SYMBOL DW BFD)
|
||||
map_definitions("STACK_WALKING_" "BACKWARD_HAS_" UNWIND BACKTRACE)
|
||||
|
||||
foreach(def ${BACKWARD_DEFINITIONS})
|
||||
foreach(def ${backward_DEFINITIONS})
|
||||
message(STATUS "${def}")
|
||||
endforeach()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user