Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
20fd2aaec557a51ad46b47d55dea9cf7e364818a
Authored by
JordanCheney
2014-09-29 15:09:59 -0400
1 parent
2478d1bb
set cmake variables to off
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/pp4.cmake
openbr/plugins/pp4.cmake
View file @
20fd2aa
1
-set(BR_WITH_PP4 O
N
CACHE BOOL "Build with PittPatt 4")
1
+set(BR_WITH_PP4 O
FF
CACHE BOOL "Build with PittPatt 4")
2
2
3
3
if(${BR_WITH_PP4})
4
4
find_package(PP4 REQUIRED)
...
...