Commit 6e3fbc5c958825d5e76caa7a40356d7b3dc1c7f0

Authored by Scott Klum
1 parent 9e56c869

Need dlib model to be installed

openbr/plugins/cmake/dlib.cmake
@@ -8,5 +8,5 @@ if(${BR_WITH_DLIB}) @@ -8,5 +8,5 @@ if(${BR_WITH_DLIB})
8 set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} plugins/classification/dlib.cpp) 8 set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} plugins/classification/dlib.cpp)
9 set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} ${DLib_DIR}/dlib/all/source.cpp) 9 set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} ${DLib_DIR}/dlib/all/source.cpp)
10 10
11 - #install(DIRECTORY ${DLib_DIR}/models/ DESTINATION share/openbr/models/dlib) 11 + install(DIRECTORY ${DLib_DIR}/models/ DESTINATION share/openbr/models/dlib)
12 endif() 12 endif()