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?
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)
find_package (dlib)
Yields the
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 /usr/lib/cmake/dlib/dl
3 matches
Mail list logo