mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 04:51:56 +00:00
1aedbe7dd8
set(CMAKE_REQUIRED_LIBRARIES backtrace) tells our custom libbacktrace availability check that it needs to link against libbacktrace. Seems like it also tells other unrelated compiler-checks like for -fvisibility=hidden to link against libbacktrace, so if it's not available they fail as well. Fixed by unsetting CMAKE_REQUIRED_LIBRARIES after the backtrace check. While debian-based distros ship libbacktrace as part of libgcc, apparently in Arch Linux and openSUSE (and possibly others) it's a separate package, so I mantion it in the README as an (optional) dependency now and made CMake print a warning if it's not found. |
||
---|---|---|
.. | ||
cm | ||
d3xp | ||
framework | ||
game | ||
idlib | ||
MayaImport | ||
renderer | ||
sound | ||
sys | ||
tools | ||
TypeInfo | ||
ui | ||
CMakeLists.txt | ||
config.h.in | ||
mmakefile.src |