From 7377f661f6d00fe085b34d74e8364a48de3938e8 Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Fri, 2 Aug 2019 09:01:58 +0200 Subject: [PATCH] fix label option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a613fcd..cbaf616d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)