diff options
author | Brad King <brad.king@kitware.com> | 2024-04-10 16:14:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-04-10 16:21:13 (GMT) |
commit | c6408577d61422fb93d07139e1f377ee80eb592a (patch) | |
tree | d83ffd9f593d0ca8baa4bbce7f6da8a44b656d3f /.gitlab/ci | |
parent | 28f4941bc7e7a7254d48d9916bece4f6a0db9272 (diff) | |
download | CMake-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.cmake | 1 |
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 "") |