Hide zlib absolute path in cmake config file
This commit is contained in:
parent
3013f57e45
commit
44debddf4e
@ -211,7 +211,7 @@ else()
|
||||
endif()
|
||||
|
||||
if( EXIV2_ENABLE_PNG )
|
||||
target_link_libraries( exiv2lib PRIVATE ${ZLIB_LIBRARIES} )
|
||||
target_link_libraries( exiv2lib PRIVATE $<BUILD_INTERFACE:${ZLIB_LIBRARIES}>)
|
||||
endif()
|
||||
|
||||
if( EXIV2_ENABLE_NLS )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user