Fix zlib on msvc

This commit is contained in:
tamasmeszaros 2019-12-11 13:59:17 +01:00
parent 4a4d8b4e26
commit 4282c57069
3 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,6 @@ ExternalProject_Add(dep_nlopt
-DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
${DEP_CMAKE_OPTS}
)
find_package(Git REQUIRED)
ExternalProject_Add(dep_qhull
EXCLUDE_FROM_ALL 1