deps: unix: Remove zlib, disable nlopt shared build

This commit is contained in:
Vojtech Kral 2018-12-03 12:39:31 +01:00
parent 86e6f8bf33
commit 930f8c13c1
2 changed files with 1 additions and 18 deletions

View file

@ -42,13 +42,6 @@ if (MSVC)
add_compile_options(-bigobj -Zm316)
endif ()
# CMAKE_PREFIX_PATH is used to point CMake to the remaining dependencies (Boost, TBB, ...)
# We pick it from environment if it is not defined in another way
if (NOT DEFINED CMAKE_PREFIX_PATH)
if (DEFINED ENV{CMAKE_PREFIX_PATH})
set(CMAKE_PREFIX_PATH "$ENV{CMAKE_PREFIX_PATH}")
endif ()
endif ()
message(STATUS "CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH}")
# Add our own cmake module path.