mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[darknet] remove ninja preference to enable cuda build on windows (#6070)
This commit is contained in:
parent
c0a377682e
commit
50f5372193
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user