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
72ea5effb914400aae563f60e5f8f612f4dcb0f3
Authored by
Scott Klum
2015-02-16 11:23:49 -0500
1 parent
a8aad620
Fixed cmake parameter comment left over
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/dlib.cmake
openbr/plugins/dlib.cmake
View file @
72ea5ef
1
-set(BR_WITH_DLIB OFF CACHE BOOL "Build with
LibLinear
")
1
+set(BR_WITH_DLIB OFF CACHE BOOL "Build with
DLib
")
2
2
3
3
message(${BR_WITH_DLIB})
4
4
...
...