Skip to content

Commit

Permalink
Revert "[CMake] Link against ZLIB::ZLIB"
Browse files Browse the repository at this point in the history
This reverts commit 00b3d49 as this
broke the llvm-config output.
  • Loading branch information
petrhosek committed Feb 6, 2020
1 parent 924c903 commit 516f6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Support/CMakeLists.txt
@@ -1,5 +1,5 @@
if(LLVM_ENABLE_ZLIB)
set(system_libs ZLIB::ZLIB)
set(system_libs ${ZLIB_LIBRARY})
endif()

if( MSVC OR MINGW )
Expand Down

0 comments on commit 516f6f8

Please sign in to comment.