From 810186222bcf3801df19a2d7f86a74389c1e071c Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 29 Dec 2020 19:54:10 +0200 Subject: [PATCH] cmake: Fix a typo in Findlcms2 --- cmake/modules/Findlcms2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/Findlcms2.cmake b/cmake/modules/Findlcms2.cmake index e6fd3af5fe..f2707eb2cd 100644 --- a/cmake/modules/Findlcms2.cmake +++ b/cmake/modules/Findlcms2.cmake @@ -11,7 +11,7 @@ # ``lcms2_VERSION`` # The version of lcms2 # ``lcms2_LIBRARIES`` -# This should be passed to target_compile_options() if the target is not +# This should be passed to target_link_libraries() if the target is not # used for linking # ``lcms2_INCLUDE_DIRS`` # This should be passed to target_include_directories() if the target is not