Commit 6aa2198a623ac295fe636bf23b4db0bba4f45441

Authored by Scott Klum
1 parent 240aef40

Don't need lib

share/openbr/cmake/FindDLib.cmake
... ... @@ -4,6 +4,5 @@ message(${DLib_DIR})
4 4  
5 5 mark_as_advanced(DLib_DIR)
6 6 include_directories(${DLib_DIR})
7   -link_directories(${DLib_DIR}/examples/build/dlib_build)
8 7  
9   -set(DLib_LIBS dlib)
10 8 \ No newline at end of file
  9 +set(DLib_LIBS dlib)
... ...