Improved OpenVINO debian packages (#12385)
This commit is contained in:
4
thirdparty/CMakeLists.txt
vendored
4
thirdparty/CMakeLists.txt
vendored
@@ -201,22 +201,18 @@ if(CPACK_GENERATOR STREQUAL "DEB")
|
||||
else()
|
||||
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/gflags
|
||||
DESTINATION ${OV_CPACK_SAMPLESDIR}/cpp/thirdparty
|
||||
USE_SOURCE_PERMISSIONS
|
||||
COMPONENT ${OV_CPACK_COMP_CPP_SAMPLES})
|
||||
|
||||
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/zlib
|
||||
DESTINATION ${OV_CPACK_SAMPLESDIR}/cpp/thirdparty
|
||||
USE_SOURCE_PERMISSIONS
|
||||
COMPONENT ${OV_CPACK_COMP_CPP_SAMPLES})
|
||||
|
||||
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/json/nlohmann_json
|
||||
DESTINATION ${OV_CPACK_SAMPLESDIR}/cpp/thirdparty
|
||||
USE_SOURCE_PERMISSIONS
|
||||
COMPONENT ${OV_CPACK_COMP_CPP_SAMPLES}
|
||||
REGEX .*json/nlohmann_json/test/.* EXCLUDE)
|
||||
endif()
|
||||
|
||||
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/cnpy
|
||||
DESTINATION ${OV_CPACK_SAMPLESDIR}/cpp/thirdparty
|
||||
USE_SOURCE_PERMISSIONS
|
||||
COMPONENT ${OV_CPACK_COMP_CPP_SAMPLES})
|
||||
|
||||
Reference in New Issue
Block a user