Update zlib checks
This commit is contained in:
parent
7f787167be
commit
e529aaa94f
2
bundled/libdwarf/CMakeLists.txt
vendored
2
bundled/libdwarf/CMakeLists.txt
vendored
@ -294,6 +294,8 @@ if(NOT CMAKE_DWARF_FINDPACKAGE_Z)
|
||||
else()
|
||||
find_package(ZLIB REQUIRED)
|
||||
set(DW_FZLIB "ZLIB")
|
||||
set(HAVE_ZLIB TRUE)
|
||||
set(HAVE_ZLIB_H TRUE)
|
||||
endif()
|
||||
|
||||
check_c_source_compiles([=[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user