From bf28063b7feacd506ef53a793cf36b1fc954ae91 Mon Sep 17 00:00:00 2001 From: yikestone Date: Wed, 12 Jun 2019 14:55:15 +0530 Subject: [PATCH] Remove unnecessary gflags --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb3a1c2..8318037 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,7 +118,6 @@ set_target_properties(object_detection PROPERTIES "CMAKE_CXX_FLAGS" "${CMAKE_CXX target_link_libraries(object_detection IE::ie_cpu_extension - gflags dl pthread ${catkin_LIBRARIES}