summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_debian10_aarch64_ninja.cmake
diff options
context:
space:
mode:
authorhstejas <tejashs@rocketmail.com>2023-01-20 10:34:32 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-27 15:33:10 (GMT)
commit1bba21821466c5f64f0853df155488227263f0fa (patch)
treef70230dc62fec3b47cd1f17694d161f2a1a80259 /.gitlab/ci/configure_debian10_aarch64_ninja.cmake
parent7ac338be9830bdc936b52a4135504ed011418f3c (diff)
downloadCMake-1bba21821466c5f64f0853df155488227263f0fa.zip
CMake-1bba21821466c5f64f0853df155488227263f0fa.tar.gz
CMake-1bba21821466c5f64f0853df155488227263f0fa.tar.bz2
FindImageMagick: Define targets for specific components
- With this change we can use e.g. ImageMagick::Magick++ directly in targt_link_libraries. - This change also adds CFLAGS which was missing before. - Also adds example on how to use the targets.
Diffstat (limited to '.gitlab/ci/configure_debian10_aarch64_ninja.cmake')
-rw-r--r--.gitlab/ci/configure_debian10_aarch64_ninja.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_debian10_aarch64_ninja.cmake b/.gitlab/ci/configure_debian10_aarch64_ninja.cmake
index 605f6ba..808f91d 100644
--- a/.gitlab/ci/configure_debian10_aarch64_ninja.cmake
+++ b/.gitlab/ci/configure_debian10_aarch64_ninja.cmake
@@ -27,6 +27,7 @@ set(CMake_TEST_FindGTest "ON" CACHE BOOL "")
set(CMake_TEST_FindGTK2 "ON" CACHE BOOL "")
set(CMake_TEST_FindIconv "ON" CACHE BOOL "")
set(CMake_TEST_FindICU "ON" CACHE BOOL "")
+set(CMake_TEST_FindImageMagick "ON" CACHE BOOL "")
set(CMake_TEST_FindIntl "ON" CACHE BOOL "")
set(CMake_TEST_FindJNI "ON" CACHE BOOL "")
set(CMake_TEST_FindJPEG "ON" CACHE BOOL "")