From 70b4291505877a5c0077b7d10c81478686d48640 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sun, 1 Dec 2024 17:19:31 +0100 Subject: [PATCH] Update of CMakeLists.txt - use of LCMS2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea5518d..a6fa208 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ endif() qt_standard_project_setup() find_package(OpenSSL REQUIRED) -find_package(lcms REQUIRED) +find_package(lcms2 REQUIRED) find_package(ZLIB REQUIRED) find_package(Freetype REQUIRED) find_package(OpenJPEG CONFIG REQUIRED)