Description
Problem
No response
Description
It seems that the dlib
is downloaded during cmake build, but I think it is better to add an option to use the externally installed dlib
and use it by find_package(dlib)
somehow.
Importance
nice to have
Value proposition
- Reuse pre-installed libraries
...
Proposed implementation
No response