From f0c292a03daee24b0cdca03932e2a321fa8d1d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 26 Feb 2025 08:13:14 +0100 Subject: [PATCH] chore: remove now obsolete warning block about GPLv3 compatibility --- dependencies/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt index a37a2247..baf583da 100644 --- a/dependencies/CMakeLists.txt +++ b/dependencies/CMakeLists.txt @@ -122,9 +122,6 @@ if (TEV_USE_LIBHEIF) # Compile Little-CMS for ICC color profile handling - # WARNING: Enabling the fast float plugin (GPLv3) causes a License conflict with the rest of tev (BSD 3-clause). Therefore, we disable - # it here for now. Currently seeking to purchase a more permissive license as per https://www.littlecms.com/plugin/. Will enable once - # this is resolved. file(GLOB LCMS_SRCS Little-CMS/src/*.c Little-CMS/include/*.h Little-CMS/plugins/fast_float/src/*.c Little-CMS/plugins/fast_float/include/*.h