mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-17 18:17:32 +00:00
[dlib] Explicitly enable and disable dependencies.
This commit is contained in:
parent
a7d52089f9
commit
8e50c86f0a
@ -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++
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user