Bug#836676: libdlib-dev: find_package (dlib) fails

2016-12-08 Thread Séverin Lemaignan
I'm able to reproduce the issue. I've added the missing static library to the -dev package. The change is in the git repo. This fixes the issue for me. Can you confirm it works for you as well?

Bug#836676: libdlib-dev: find_package (dlib) fails

2016-12-06 Thread Ghislain Vaillant
On Sun, 04 Sep 2016 11:50:02 -0400 Greg Sharp wrote: Package: libdlib-dev Version: 18.18-1+b1 Severity: normal The dlib.cmake supplied by debian cannot be used to configure a project. Given the following CMakeLists.txt file: cmake_minimum_required (VERSION 3.5)

Bug#836676: libdlib-dev: find_package (dlib) fails

2016-09-04 Thread Greg Sharp
Package: libdlib-dev Version: 18.18-1+b1 Severity: normal The dlib.cmake supplied by debian cannot be used to configure a project. Given the following CMakeLists.txt file: cmake_minimum_required (VERSION 3.5) find_package (dlib) Yields the following error: CMake Error at