Skip to content

Commit

Permalink
Re-add ZLIB_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Jan 13, 2025
1 parent 39570ce commit 1a646da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ FetchContent_Declare(
GIT_TAG 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf
)
FetchContent_MakeAvailable(zlib)
set(ZLIB_ROOT ${zlib_SOURCE_DIR})
set(ZLIB_USE_STATIC_LIBS ON)
set(ZLIB_LIBRARY ${INSTALL_LIB_DIR})
find_package(ZLIB REQUIRED)
Expand Down

0 comments on commit 1a646da

Please sign in to comment.