Add ZLIB package

This commit is contained in:
Guilhem Lavaux 2025-03-11 14:26:57 -04:00
parent 736531e9fd
commit 70f6f88802

View file

@ -42,6 +42,7 @@ ENDIF(BUILD_PYTHON)
MESSAGE(STATUS "Using the target ${CosmoTool_local} to build python module")
find_package(ZLIB)
find_library(ZLIB_LIBRARY z)
find_library(DL_LIBRARY dl)
find_library(RT_LIBRARY rt)