Ability to use old API and old cmake config files (#18558)
This commit is contained in:
parent
85ef310e65
commit
2f3d4df342
@ -37,6 +37,7 @@ include(CMakeFindDependencyMacro)
|
|||||||
|
|
||||||
find_dependency(OpenVINO
|
find_dependency(OpenVINO
|
||||||
PATHS "${CMAKE_CURRENT_LIST_DIR}"
|
PATHS "${CMAKE_CURRENT_LIST_DIR}"
|
||||||
|
"${CMAKE_CURRENT_LIST_DIR}/../openvino${InferenceEngine_VERSION}"
|
||||||
NO_CMAKE_FIND_ROOT_PATH
|
NO_CMAKE_FIND_ROOT_PATH
|
||||||
NO_DEFAULT_PATH)
|
NO_DEFAULT_PATH)
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# ******************************************************************************
|
# ******************************************************************************
|
||||||
# Copyright 2017-2022 Intel Corporation
|
# Copyright 2017-2023 Intel Corporation
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@ -15,7 +15,7 @@
|
|||||||
# ******************************************************************************
|
# ******************************************************************************
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# FindNGraph
|
# ngraph config file
|
||||||
# ------
|
# ------
|
||||||
#
|
#
|
||||||
# This script defines the following variables and imported targets:
|
# This script defines the following variables and imported targets:
|
||||||
@ -44,7 +44,7 @@ include(CMakeFindDependencyMacro)
|
|||||||
|
|
||||||
find_dependency(OpenVINO
|
find_dependency(OpenVINO
|
||||||
PATHS "${CMAKE_CURRENT_LIST_DIR}"
|
PATHS "${CMAKE_CURRENT_LIST_DIR}"
|
||||||
"${CMAKE_CURRENT_LIST_DIR}/ngraph"
|
"${CMAKE_CURRENT_LIST_DIR}/../openvino${ngraph_VERSION}"
|
||||||
NO_CMAKE_FIND_ROOT_PATH
|
NO_CMAKE_FIND_ROOT_PATH
|
||||||
NO_DEFAULT_PATH)
|
NO_DEFAULT_PATH)
|
||||||
|
|
||||||
|
@ -49,7 +49,8 @@ install(TARGETS ${TARGET_NAME} EXPORT OpenVINOTargets
|
|||||||
ARCHIVE DESTINATION ${OV_CPACK_ARCHIVEDIR} COMPONENT ${OV_CPACK_COMP_CORE_C}
|
ARCHIVE DESTINATION ${OV_CPACK_ARCHIVEDIR} COMPONENT ${OV_CPACK_COMP_CORE_C}
|
||||||
LIBRARY DESTINATION ${OV_CPACK_LIBRARYDIR} COMPONENT ${OV_CPACK_COMP_CORE_C}
|
LIBRARY DESTINATION ${OV_CPACK_LIBRARYDIR} COMPONENT ${OV_CPACK_COMP_CORE_C}
|
||||||
NAMELINK_COMPONENT ${OV_CPACK_COMP_CORE_C_DEV}
|
NAMELINK_COMPONENT ${OV_CPACK_COMP_CORE_C_DEV}
|
||||||
INCLUDES DESTINATION ${OV_CPACK_INCLUDEDIR})
|
INCLUDES DESTINATION ${OV_CPACK_INCLUDEDIR}
|
||||||
|
${OV_CPACK_INCLUDEDIR}/ie)
|
||||||
|
|
||||||
install(DIRECTORY ${OpenVINO_C_API_SOURCE_DIR}/include/c_api
|
install(DIRECTORY ${OpenVINO_C_API_SOURCE_DIR}/include/c_api
|
||||||
DESTINATION ${OV_CPACK_INCLUDEDIR}/ie
|
DESTINATION ${OV_CPACK_INCLUDEDIR}/ie
|
||||||
|
Loading…
Reference in New Issue
Block a user