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
085f6d4161e8c0dc1a2cbbcf6885d462b13d53a4
Authored by
Scott Klum
2015-06-04 10:56:53 -0400
1 parent
c3d3dc86
Removed some debug output
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
share/openbr/cmake/FindDLib.cmake
share/openbr/cmake/FindDLib.cmake
View file @
085f6d4
1
find_path(DLib_DIR dlib ${CMAKE_SOURCE_DIR}/3rdparty/*)
1
find_path(DLib_DIR dlib ${CMAKE_SOURCE_DIR}/3rdparty/*)
2
2
3
-message(${DLib_DIR})
4
-
5
mark_as_advanced(DLib_DIR)
3
mark_as_advanced(DLib_DIR)
6
include_directories(${DLib_DIR})
4
include_directories(${DLib_DIR})
7
5