fix label option

This commit is contained in:
Stefano Sinigardi 2019-08-02 09:01:58 +02:00
parent 09c996f8fb
commit 7377f661f6
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ endif()
if(OpenCV_FOUND)
if(ENABLE_CUDA AND NOT OpenCV_CUDA_VERSION)
set(BUILD_USELIB_TRACK "FALSE" CACHE BOOL "Skip building uselib_track" FORCE)
set(BUILD_USELIB_TRACK "FALSE" CACHE BOOL "Build uselib_track" FORCE)
message(STATUS " -> darknet is fine for now, but uselib_track has been disabled!")
message(STATUS " -> Please rebuild OpenCV from sources with CUDA support to enable it")
elseif(ENABLE_CUDA AND OpenCV_CUDA_VERSION)