From 20fd2aaec557a51ad46b47d55dea9cf7e364818a Mon Sep 17 00:00:00 2001 From: JordanCheney Date: Mon, 29 Sep 2014 15:09:59 -0400 Subject: [PATCH] set cmake variables to off --- openbr/plugins/pp4.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/pp4.cmake b/openbr/plugins/pp4.cmake index a285e86..fd79240 100644 --- a/openbr/plugins/pp4.cmake +++ b/openbr/plugins/pp4.cmake @@ -1,4 +1,4 @@ -set(BR_WITH_PP4 ON CACHE BOOL "Build with PittPatt 4") +set(BR_WITH_PP4 OFF CACHE BOOL "Build with PittPatt 4") if(${BR_WITH_PP4}) find_package(PP4 REQUIRED) -- libgit2 0.21.4