diff options
author | David Faure <faure@kde.org> | 2024-04-05 23:43:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-04-15 17:27:23 (GMT) |
commit | 9433755e5dda33d078f8ca7070ba1f9113448b99 (patch) | |
tree | 8837cbb5332fd54577410c00a18480c57f599a20 /Tests/CMakeLists.txt | |
parent | aefd952085b54089e20b51fabf2ebf926e886fa9 (diff) | |
download | CMake-9433755e5dda33d078f8ca7070ba1f9113448b99.zip CMake-9433755e5dda33d078f8ca7070ba1f9113448b99.tar.gz CMake-9433755e5dda33d078f8ca7070ba1f9113448b99.tar.bz2 |
FindBacktrace: Add imported library
This is to avoid (a future version of) Qt from having to wrap
FindBacktrace like [1].
[1] https://code.qt.io/cgit/qt/qtbase.git/tree/cmake/FindWrapBacktrace.cmake
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 96beecc..68f1d69 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1447,6 +1447,7 @@ if(BUILD_TESTING) _mod IN ITEMS ALSA + Backtrace BLAS Boost BZip2 |