[darknet] remove ninja preference to enable cuda build on windows (#6070)

This commit is contained in:
Stefano Sinigardi 2019-04-15 17:29:47 +02:00 committed by Griffin Downs
parent c0a377682e
commit 50f5372193
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Source: darknet
Version: 0.2.5
Version: 0.2.5-1
Description: Darknet is an open source neural network framework written in C and CUDA. You only look once (YOLO) is a state-of-the-art, real-time object detection system, best example of darknet functionalities.
Build-Depends: pthreads (windows), stb
Default-Features: weights

View File

@ -61,7 +61,6 @@ file(REMOVE_RECURSE ${SOURCE_PATH}/3rdparty)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DENABLE_CUDA=${ENABLE_CUDA}
-DENABLE_OPENCV=${ENABLE_OPENCV}