Fixed installation ngraph core (#4920)

This commit is contained in:
Ilya Sharikov 2021-03-24 06:38:12 +03:00 committed by GitHub
parent 89203c00b0
commit 568f320cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ install(TARGETS ngraph EXPORT ngraphTargets
ARCHIVE DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph
LIBRARY DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/
DESTINATION ${NGRAPH_INSTALL_INCLUDE}/
DESTINATION ${NGRAPH_INSTALL_INCLUDE}
COMPONENT ngraph
FILES_MATCHING
PATTERN "*.hpp"