Commit 6dedce7372781832f14ff821219ab08c1e243e50

Authored by Scott Klum
2 parents 5df31e74 72ea5eff

Merge branch 'dlib' of https://github.com/biometrics/openbr into dlib

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/dlib.cmake
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)
... ...