[dlib] Explicitly enable and disable dependencies.

This commit is contained in:
Robert Schumacher 2017-05-07 00:39:01 -07:00
parent a7d52089f9
commit 8e50c86f0a
2 changed files with 8 additions and 1 deletions

View File

@ -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++

View File

@ -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