Update of CMakeLists.txt - use of LCMS2

This commit is contained in:
Jakub Melka 2024-12-01 17:19:31 +01:00
parent b290f61611
commit 70b4291505

View File

@ -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)