From 7d42014947d0c94c316676a45be07caa3b08d361 Mon Sep 17 00:00:00 2001 From: Roger Leigh <rleigh@codelibre.net> Date: Fri, 7 Oct 2022 14:29:19 +0100 Subject: [PATCH] Test MR find . -name '*.pcc' | xargs md5sum --- libtiff/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtiff/CMakeLists.txt b/libtiff/CMakeLists.txt index 346c2f0d..b4a15027 100755 --- a/libtiff/CMakeLists.txt +++ b/libtiff/CMakeLists.txt @@ -149,8 +149,8 @@ if(WEBP_SUPPORT) target_link_libraries(tiff PRIVATE WebP::WebP) string(APPEND tiff_requires_private " libwebp") endif() -target_link_libraries(tiff PRIVATE CMath::CMath) if(CMath_LIBRARY) + target_link_libraries(tiff PRIVATE CMath::CMath) list(APPEND tiff_libs_private_list "${CMath_LIBRARY}") endif() -- GitLab