From 6aa2198a623ac295fe636bf23b4db0bba4f45441 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Mon, 16 Feb 2015 16:45:48 -0500 Subject: [PATCH] Don't need lib --- share/openbr/cmake/FindDLib.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/openbr/cmake/FindDLib.cmake b/share/openbr/cmake/FindDLib.cmake index 01a86c0..a9b1f88 100644 --- a/share/openbr/cmake/FindDLib.cmake +++ b/share/openbr/cmake/FindDLib.cmake @@ -4,6 +4,5 @@ message(${DLib_DIR}) mark_as_advanced(DLib_DIR) include_directories(${DLib_DIR}) -link_directories(${DLib_DIR}/examples/build/dlib_build) -set(DLib_LIBS dlib) \ No newline at end of file +set(DLib_LIBS dlib) -- libgit2 0.21.4