Skip to content

Commit

Permalink
Link CMAKE_DL_LIBS to IE (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Aug 6, 2020
1 parent 7e856c3 commit 09c4353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference-engine/src/inference_engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ add_library(${TARGET_NAME} SHARED

set_ie_threading_interface_for(${TARGET_NAME})

target_link_libraries(${TARGET_NAME} PRIVATE Threads::Threads pugixml openvino::itt
target_link_libraries(${TARGET_NAME} PRIVATE ${CMAKE_DL_LIBS} Threads::Threads pugixml openvino::itt
${NGRAPH_LIBRARIES} inference_engine_transformations
PUBLIC ${TARGET_NAME}_legacy)

Expand Down

0 comments on commit 09c4353

Please sign in to comment.