summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-04-10 16:14:07 (GMT)
committerBrad King <brad.king@kitware.com>2024-04-10 16:21:13 (GMT)
commitc6408577d61422fb93d07139e1f377ee80eb592a (patch)
treed83ffd9f593d0ca8baa4bbce7f6da8a44b656d3f /.gitlab/ci
parent28f4941bc7e7a7254d48d9916bece4f6a0db9272 (diff)
downloadCMake-c6408577d61422fb93d07139e1f377ee80eb592a.zip
CMake-c6408577d61422fb93d07139e1f377ee80eb592a.tar.gz
CMake-c6408577d61422fb93d07139e1f377ee80eb592a.tar.bz2
ci: Enable FindJasper test on Fedora
Diffstat (limited to '.gitlab/ci')
-rw-r--r--.gitlab/ci/configure_fedora39_makefiles.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_fedora39_makefiles.cmake b/.gitlab/ci/configure_fedora39_makefiles.cmake
index 39fe642..4e18c83 100644
--- a/.gitlab/ci/configure_fedora39_makefiles.cmake
+++ b/.gitlab/ci/configure_fedora39_makefiles.cmake
@@ -48,6 +48,7 @@ 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_FindJasper "ON" CACHE BOOL "")
set(CMake_TEST_FindJNI "ON" CACHE BOOL "")
set(CMake_TEST_FindJPEG "ON" CACHE BOOL "")
set(CMake_TEST_FindJsonCpp "ON" CACHE BOOL "")