diff --git a/lib/3rdParty/dlib/CMakeLists.txt b/lib/3rdParty/dlib/CMakeLists.txt index 2d24ceac..dafc42f8 100644 --- a/lib/3rdParty/dlib/CMakeLists.txt +++ b/lib/3rdParty/dlib/CMakeLists.txt @@ -35,4 +35,3 @@ if(NOT has_parent) endif() add_subdirectory(dlib) -install (TARGETS dlib EXPORT OpenFaceTargets LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) diff --git a/lib/3rdParty/dlib/dlib/CMakeLists.txt b/lib/3rdParty/dlib/dlib/CMakeLists.txt index f1d3376b..f680239a 100644 --- a/lib/3rdParty/dlib/dlib/CMakeLists.txt +++ b/lib/3rdParty/dlib/dlib/CMakeLists.txt @@ -879,3 +879,5 @@ if (COMMAND pybind11_add_module) endif() add_library(dlib::dlib ALIAS dlib) + +install (TARGETS dlib EXPORT OpenFaceTargets LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)