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
Plain Diff
Browse Code ยป
Commit
6dedce7372781832f14ff821219ab08c1e243e50
Authored by
Scott Klum
2015-02-16 15:00:35 -0500
2 parents
5df31e74
72ea5eff
Merge branch 'dlib' of https://github.com/biometrics/openbr into dlib
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/dlib.cmake
openbr/plugins/dlib.cmake
View file @
6dedce7
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
if(${BR_WITH_DLIB})
4
4
find_package(DLib REQUIRED)
...
...