We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60b171 commit 31d7a35Copy full SHA for 31d7a35
cmake/FindLibBfd.cmake
@@ -52,7 +52,7 @@ SET(CMAKE_REQUIRED_LIBRARIES ${LIBBFD_LIBRARIES} ${LIBOPCODES_LIBRARIES})
52
# do it. Furthermore, libbfd uses some libc symbols that we must manually
53
# link against if we're not using static libc (which includes such symbols).
54
if(STATIC_LINKING)
55
- find_package(LibZ)
+ find_package(ZLIB)
56
list(APPEND CMAKE_REQUIRED_LIBRARIES ${LIBIBERTY_LIBRARIES} ${LIBZ_LIBRARIES})
57
if(NOT STATIC_LIBC)
58
set(CMAKE_REQUIRED_FLAGS
0 commit comments