We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33d697 commit 00b3d49Copy full SHA for 00b3d49
llvm/lib/Support/CMakeLists.txt
@@ -1,5 +1,5 @@
1
if(LLVM_ENABLE_ZLIB)
2
- set(system_libs ${ZLIB_LIBRARY})
+ set(system_libs ZLIB::ZLIB)
3
endif()
4
5
if( MSVC OR MINGW )
0 commit comments