Skip to content

Commit 6717b69

Browse files
committed
Make cmake append libs dwarf and elf
Without this they are not correctly included in BACKWARD_LIBRARIES even when they are found.
1 parent 8f76407 commit 6717b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BackwardConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ else()
133133
endif()
134134

135135
if (STACK_DETAILS_DWARF)
136-
LIST(APPEND BACKWARD_LIBRARIES dwarf elf)
136+
LIST(APPEND _BACKWARD_LIBRARIES dwarf elf)
137137
endif()
138138
endif()
139139

0 commit comments

Comments
 (0)