diff --git a/openbr/plugins/dlib.cmake b/openbr/plugins/dlib.cmake index 76a286c..958af62 100644 --- a/openbr/plugins/dlib.cmake +++ b/openbr/plugins/dlib.cmake @@ -1,4 +1,4 @@ -set(BR_WITH_DLIB OFF CACHE BOOL "Build with LibLinear") +set(BR_WITH_DLIB OFF CACHE BOOL "Build with DLib") if(${BR_WITH_DLIB}) find_package(DLib REQUIRED)