Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6aa2198a623ac295fe636bf23b4db0bba4f45441
Authored by
Scott Klum
2015-02-16 16:45:48 -0500
1 parent
240aef40
Don't need lib
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
share/openbr/cmake/FindDLib.cmake
share/openbr/cmake/FindDLib.cmake
View file @
6aa2198
...
...
@@ -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)
...
...