mirror of
https://github.com/taglib/taglib.git
synced 2025-05-25 12:10:26 -04:00
Restore ZLIB_LIBRARIES_FLAGS, used for .pc files
This commit is contained in:
parent
c083d7ce15
commit
16326b2479
@ -106,6 +106,9 @@ option(WITH_ZLIB "Build with ZLIB" ON)
|
||||
if(WITH_ZLIB)
|
||||
find_package("ZLIB")
|
||||
set(HAVE_ZLIB ${ZLIB_FOUND})
|
||||
if(ZLIB_FOUND)
|
||||
set(ZLIB_LIBRARIES_FLAGS -lz)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user