Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #110 from Corsair-cxs/iss109
Browse files Browse the repository at this point in the history
fix#109 Remove dependencies of libcpu_extension.so [#109]
  • Loading branch information
LewisLiuPub authored Mar 11, 2021
2 parents 4be2942 + 1da650b commit 88b3fea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion dynamic_vino_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if (SUPPORT_SSE41 EQUAL 0)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse4.1")
endif()

set(DEPENDENCIES realsense2 ${OpenCV_LIBS} cpu_extension)
set(DEPENDENCIES realsense2 ${OpenCV_LIBS})

add_library(${PROJECT_NAME} SHARED
src/services/frame_processing_server.cpp
Expand Down
10 changes: 0 additions & 10 deletions sample/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ add_dependencies(pipeline_with_params

target_link_libraries(pipeline_with_params
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand All @@ -128,7 +127,6 @@ add_dependencies(image_people_server

target_link_libraries(image_people_server
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand All @@ -148,7 +146,6 @@ add_dependencies(image_people_client

target_link_libraries(image_people_client
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand All @@ -167,7 +164,6 @@ add_dependencies(image_object_server

target_link_libraries(image_object_server
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand All @@ -187,7 +183,6 @@ add_dependencies(image_object_client

target_link_libraries(image_object_client
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand All @@ -207,7 +202,6 @@ add_dependencies(image_segmentation_client

target_link_libraries(image_segmentation_client
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand All @@ -226,7 +220,6 @@ add_dependencies(image_segmentation_server

target_link_libraries(image_segmentation_server
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand All @@ -246,7 +239,6 @@ add_dependencies(image_reidentification_client

target_link_libraries(image_reidentification_client
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand All @@ -265,7 +257,6 @@ add_dependencies(image_reidentification_server

target_link_libraries(image_reidentification_server
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand All @@ -284,7 +275,6 @@ add_dependencies(pipeline_service_client

target_link_libraries(pipeline_service_client
${catkin_LIBRARIES}
cpu_extension
gflags
${vino_param_lib_LIBRARIES}
${InferenceEngine_LIBRARIES}
Expand Down

0 comments on commit 88b3fea

Please sign in to comment.