Skip to content
Snippets Groups Projects
Commit c8dd7960 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: clean zlib superbuild

parent a9118e32
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,7 @@ ADD_SYSTEM_PREFIX(PROJECT ${proj} CMAKE_ALIAS ZLIB_ROOT)
if(USE_SYSTEM_ZLIB)
find_package(ZLIB REQUIRED)
add_custom_target(${proj})
set(ZLIB_ROOT ${ZLIB_INCLUDE_DIR}/..)
message(STATUS " Using Zlib system version : ${ZLIB_ROOT}")
message(STATUS " Using Zlib system version")
else()
SETUP_SUPERBUILD(PROJECT ${proj})
message(STATUS " Using zlib SuperBuild version")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment