Skip to content
Snippets Groups Projects
Commit 7d420149 authored by Roger Leigh's avatar Roger Leigh
Browse files

Test MR find . -name '*.pcc' | xargs md5sum

parent f21ecf4a
No related merge requests found
......@@ -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()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment