Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libbacktrace package #174

Merged
merged 13 commits into from
Apr 2, 2020
Prev Previous commit
Next Next commit
Add output
  • Loading branch information
Bjoe committed Mar 18, 2020
commit 9b1b658a7fb9e72289f9a2ec7f7ee005078b16bd
2 changes: 1 addition & 1 deletion cmake/find/Findlibbacktrace.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(WIN32)
endif()

include(CMakePrintHelpers)
cmake_print_variables(CMAKE_FIND_LIBRARY_SUFFIXES)
cmake_print_variables(CMAKE_FIND_LIBRARY_SUFFIXES CMAKE_FIND_LIBRARY_PREFIXES)

find_library(libbacktrace_LIBRARY
NAMES backtrace
Expand Down