Commit 00b3d49d authored by Petr Hosek's avatar Petr Hosek
Browse files

[CMake] Link against ZLIB::ZLIB

This is the imported target that find_package(ZLIB) defines.
parent c33d6970
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
if(LLVM_ENABLE_ZLIB)
  set(system_libs ${ZLIB_LIBRARY})
  set(system_libs ZLIB::ZLIB)
endif()

if( MSVC OR MINGW )