diff --git a/share/openbr/cmake/FindDLib.cmake b/share/openbr/cmake/FindDLib.cmake index a9b1f88..3fda660 100644 --- a/share/openbr/cmake/FindDLib.cmake +++ b/share/openbr/cmake/FindDLib.cmake @@ -1,7 +1,5 @@ find_path(DLib_DIR dlib ${CMAKE_SOURCE_DIR}/3rdparty/*) -message(${DLib_DIR}) - mark_as_advanced(DLib_DIR) include_directories(${DLib_DIR})