Commit 6aa2198a623ac295fe636bf23b4db0bba4f45441
1 parent
240aef40
Don't need lib
Showing
1 changed file
with
1 additions
and
2 deletions
share/openbr/cmake/FindDLib.cmake
| @@ -4,6 +4,5 @@ message(${DLib_DIR}) | @@ -4,6 +4,5 @@ message(${DLib_DIR}) | ||
| 4 | 4 | ||
| 5 | mark_as_advanced(DLib_DIR) | 5 | mark_as_advanced(DLib_DIR) |
| 6 | include_directories(${DLib_DIR}) | 6 | include_directories(${DLib_DIR}) |
| 7 | -link_directories(${DLib_DIR}/examples/build/dlib_build) | ||
| 8 | 7 | ||
| 9 | -set(DLib_LIBS dlib) | ||
| 10 | \ No newline at end of file | 8 | \ No newline at end of file |
| 9 | +set(DLib_LIBS dlib) |