mirror of
https://github.com/taglib/taglib.git
synced 2025-09-03 11:55:18 -04:00
Fix building without zlib
This commit is contained in:
@ -105,7 +105,7 @@ option(WITH_ZLIB "Build with ZLIB" ON)
|
||||
|
||||
if(WITH_ZLIB)
|
||||
find_package("ZLIB")
|
||||
set(HAVE_ZLIB ZLIB_FOUND)
|
||||
set(HAVE_ZLIB ${ZLIB_FOUND})
|
||||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
|
Reference in New Issue
Block a user