OpenVINO library expose requirement for C++11 (#20691)
This commit is contained in:
@@ -31,6 +31,8 @@ add_library(${TARGET_NAME}
|
||||
add_library(openvino::runtime ALIAS ${TARGET_NAME})
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES EXPORT_NAME runtime)
|
||||
|
||||
target_compile_features(${TARGET_NAME} PUBLIC cxx_std_11)
|
||||
|
||||
ov_add_vs_version_file(NAME ${TARGET_NAME} FILEDESCRIPTION "OpenVINO runtime library")
|
||||
|
||||
target_include_directories(${TARGET_NAME} PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user