aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-05-07 00:39:01 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-05-07 00:39:01 -0700
commit8e50c86f0a100b1949982eb83349ed64647b2e14 (patch)
tree2e50ba08cf9fcccd569ccfdc266d62f2f713d787
parenta7d52089f9a671d3296f5234e15ea1482f93b5b8 (diff)
downloadvcpkg-8e50c86f0a100b1949982eb83349ed64647b2e14.tar.gz
vcpkg-8e50c86f0a100b1949982eb83349ed64647b2e14.zip
[dlib] Explicitly enable and disable dependencies.
-rw-r--r--ports/dlib/CONTROL2
-rw-r--r--ports/dlib/portfile.cmake7
2 files changed, 8 insertions, 1 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL
index edb4b4e85..952e267ae 100644
--- a/ports/dlib/CONTROL
+++ b/ports/dlib/CONTROL
@@ -1,4 +1,4 @@
Source: dlib
-Version: 19.4-1
+Version: 19.4-2
Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3
Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++
diff --git a/ports/dlib/portfile.cmake b/ports/dlib/portfile.cmake
index 4763c5613..47fbb7ea7 100644
--- a/ports/dlib/portfile.cmake
+++ b/ports/dlib/portfile.cmake
@@ -23,6 +23,13 @@ vcpkg_configure_cmake(
OPTIONS
-DDLIB_LINK_WITH_SQLITE3=ON
-DDLIB_USE_FFTW=ON
+ -DDLIB_PNG_SUPPORT=ON
+ -DDLIB_JPEG_SUPPORT=ON
+ -DDLIB_USE_BLAS=OFF
+ -DDLIB_USE_LAPACK=OFF
+ -DDLIB_USE_CUDA=OFF
+ -DDLIB_GIF_SUPPORT=OFF
+ -DDLIB_USE_MKL_FFT=OFF
#-DDLIB_USE_CUDA=ON
OPTIONS_DEBUG
-DDLIB_ENABLE_ASSERTS=ON