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 /.gitlab/ci | |
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 '.gitlab/ci')
-rw-r--r-- | .gitlab/ci/configure_debian12_ninja_common.cmake | 1 | ||||
-rw-r--r-- | .gitlab/ci/configure_fedora39_makefiles.cmake | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_debian12_ninja_common.cmake b/.gitlab/ci/configure_debian12_ninja_common.cmake index 8cebd01..65c1996 100644 --- a/.gitlab/ci/configure_debian12_ninja_common.cmake +++ b/.gitlab/ci/configure_debian12_ninja_common.cmake @@ -8,6 +8,7 @@ if (NOT "$ENV{CMAKE_CI_NIGHTLY}" STREQUAL "") endif() set(CMake_TEST_FindALSA "ON" CACHE BOOL "") +set(CMake_TEST_FindBacktrace "ON" CACHE BOOL "") set(CMake_TEST_FindBLAS "All;static=1;Generic" CACHE STRING "") set(CMake_TEST_FindBoost "ON" CACHE BOOL "") set(CMake_TEST_FindBoost_Python "ON" CACHE BOOL "") diff --git a/.gitlab/ci/configure_fedora39_makefiles.cmake b/.gitlab/ci/configure_fedora39_makefiles.cmake index 9cee918..b79972c 100644 --- a/.gitlab/ci/configure_fedora39_makefiles.cmake +++ b/.gitlab/ci/configure_fedora39_makefiles.cmake @@ -8,6 +8,7 @@ endif() set(CMake_TEST_ASM_NASM "ON" CACHE BOOL "") set(CMake_TEST_FindALSA "ON" CACHE BOOL "") +set(CMake_TEST_FindBacktrace "ON" CACHE BOOL "") set(CMake_TEST_FindBLAS "All;static=1;Generic" CACHE STRING "") set(CMake_TEST_FindBoost "ON" CACHE BOOL "") set(CMake_TEST_FindBoost_Python "ON" CACHE BOOL "") |