From ff55885e56a3b6f264b3755d048598b67b003223 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Thu, 21 Jun 2018 17:59:55 +0100 Subject: [PATCH] Reshuffle of dlib install targets. --- lib/3rdParty/dlib/CMakeLists.txt | 1 - lib/3rdParty/dlib/dlib/CMakeLists.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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)