Fixed double slash in c_api inference engine installation (#4931)

This commit is contained in:
Ilya Sharikov 2021-03-25 17:12:16 +03:00 committed by GitHub
parent 8e261de0a8
commit 7681f86f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,5 +37,5 @@ install(TARGETS ${TARGET_NAME}
LIBRARY DESTINATION ${IE_CPACK_LIBRARY_PATH} COMPONENT core_c)
install(DIRECTORY ${InferenceEngine_C_API_SOURCE_DIR}/include/
DESTINATION ${IE_CPACK_IE_DIR}/include/
DESTINATION ${IE_CPACK_IE_DIR}/include
COMPONENT core_c)