Skip to content

Commit

Permalink
Fixed CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachur committed Jun 11, 2021
1 parent 9e0ff84 commit a2d2170
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions inference-engine/src/inference_engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ set_target_properties(${TARGET_NAME} ${TARGET_NAME}_obj ${TARGET_NAME}_s

# Export for build tree

export(TARGETS ${NGRAPH_LIBRARIES} ${TARGET_NAME} NAMESPACE IE:: APPEND FILE "${CMAKE_BINARY_DIR}/targets.cmake")

export(TARGETS ${TARGET_NAME} NAMESPACE IE::
export(TARGETS ${NGRAPH_LIBRARIES} ${TARGET_NAME} NAMESPACE IE::
APPEND FILE "${CMAKE_BINARY_DIR}/InferenceEngineTargets.cmake")

# Export for developer package
Expand Down

0 comments on commit a2d2170

Please sign in to comment.