Skip to content

Commit

Permalink
Spoof ZLIB_LIBRARY for updated FindZLIB
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Aug 17, 2023
1 parent d5437a9 commit 5739187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/other/ext/zlib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if (BRLCAD_ZLIB_BUILD)
zlib.h
)

set(ZLIB_LIBRARY zlib CACHE STRING "Building bundled zlib" FORCE)
set(ZLIB_LIBRARY_DEBUG zlib CACHE STRING "Building bundled zlib" FORCE)
set(ZLIB_LIBRARY_RELEASE zlib CACHE STRING "Building bundled zlib" FORCE)
set(ZLIB_LIBRARIES zlib CACHE STRING "Building bundled zlib" FORCE)
Expand Down

0 comments on commit 5739187

Please sign in to comment.