Backtrace stuff ahoy!

* Properly detect and utilize libdl.
* Set the backtrace method appropriately.
* Remove an unused backtrace format. No references existed.
This commit is contained in:
Jason Felds
2015-10-08 18:42:44 -04:00
parent 143347a873
commit 6f53f1c3e5
3 changed files with 17 additions and 125 deletions
+1 -6
View File
@@ -342,12 +342,7 @@ elseif(LINUX)
message(FATAL_ERROR "jpeg support required.")
endif()
find_library(DL_LIBRARY dl)
if(${LIBDL_FOUND})
set(HAS_LIBDL TRUE)
else()
set(HAS_LIBDL FALSE)
endif()
find_package(Dl)
find_package(Xrandr)
if (${XRANDR_FOUND})