From 72ea5effb914400aae563f60e5f8f612f4dcb0f3 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Mon, 16 Feb 2015 11:23:49 -0500 Subject: [PATCH] Fixed cmake parameter comment left over --- openbr/plugins/dlib.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/dlib.cmake b/openbr/plugins/dlib.cmake index f122509..131f756 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") message(${BR_WITH_DLIB}) -- libgit2 0.21.4