diff --git a/openbr/plugins/cmake/dlib.cmake b/openbr/plugins/cmake/dlib.cmake index 06ee3c6..01f4055 100644 --- a/openbr/plugins/cmake/dlib.cmake +++ b/openbr/plugins/cmake/dlib.cmake @@ -8,5 +8,5 @@ if(${BR_WITH_DLIB}) set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} plugins/classification/dlib.cpp) set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} ${DLib_DIR}/dlib/all/source.cpp) - #install(DIRECTORY ${DLib_DIR}/models/ DESTINATION share/openbr/models/dlib) + install(DIRECTORY ${DLib_DIR}/models/ DESTINATION share/openbr/models/dlib) endif()