cpptrace/cmake
Jeremy Rifkin ed790ea82a
Improve zstd handling (#115)
This PR adds a Findzstd.cmake script to cpptrace's install so that
`find_dependency(zstd)` can succeed on installations that don't include
zstdConfig.cmake/zstd-config.cmake.

The reason `find_dependency(zstd)` is needed in cpptrace's config,
despite `find_dependency(zstd)` also being in libdwarf's cmake and
cpptrace not needing zstd, is that libdwarf's cmake doesn't define
`zstd::libzstd_static` / `zstd::libzstd_shared` targets.

This should fix #112.
2024-04-28 23:56:27 -05:00
..
in Improve zstd handling (#115) 2024-04-28 23:56:27 -05:00
Findzstd.cmake Improve zstd handling (#115) 2024-04-28 23:56:27 -05:00
has_backtrace.cpp CMake improvements (#57) 2023-11-06 12:12:07 -05:00
has_cxx_exception_type.cpp Add specialized terminate handler and add error handling info to the README. Also updated demo. 2023-10-07 17:34:49 -04:00
has_cxxabi.cpp Build work (#1) 2023-07-01 22:14:05 -04:00
has_dl_find_object.cpp Check for _dl_find_object support 2023-11-19 23:17:11 -06:00
has_dl.cpp Auto config improvements (#20) 2023-07-23 23:59:34 -04:00
has_execinfo.cpp Build work (#1) 2023-07-01 22:14:05 -04:00
has_stackwalk.cpp Update has_stackwalk 2023-10-05 09:55:07 -04:00
has_unwind.cpp Libgcc unwind backend (#11) 2023-07-20 01:14:38 -04:00
InstallRules.cmake Improve zstd handling (#115) 2024-04-28 23:56:27 -05:00
OptionVariables.cmake Add 'POSITION_INDEPENDENT_CODE ON' (also known as '-fPIE'). (#99) 2024-03-05 08:57:04 -06:00
PreventInSourceBuilds.cmake Adjust indentation 2023-11-15 00:36:02 -05:00
ProjectIsTopLevel.cmake Adjust indentation 2023-11-15 00:36:02 -05:00