From 44debddf4e824c2d1f94a2eacb1b64ec60ddf35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Sat, 17 Oct 2020 13:49:32 +0200 Subject: [PATCH] Hide zlib absolute path in cmake config file --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cbdf7496..10235579 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -211,7 +211,7 @@ else() endif() if( EXIV2_ENABLE_PNG ) - target_link_libraries( exiv2lib PRIVATE ${ZLIB_LIBRARIES} ) + target_link_libraries( exiv2lib PRIVATE $) endif() if( EXIV2_ENABLE_NLS )