File tree 1 file changed +2
-5
lines changed
inference-engine/cmake/templates
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ find_dependency(ngraph
46
46
function (_ie_target_no_deprecation_error)
47
47
if (NOT MSVC )
48
48
if (CMAKE_CXX_COMPILER_ID STREQUAL "Intel" )
49
- set_target_properties (${ARNV } PROPERTIES
49
+ set_target_properties (${ARGV } PROPERTIES
50
50
INTERFACE_COMPILE_OPTIONS "-diag-warning=1786" )
51
51
else ()
52
- set_target_properties (${ARNV } PROPERTIES
52
+ set_target_properties (${ARGV } PROPERTIES
53
53
INTERFACE_COMPILE_OPTIONS "-Wno-error=deprecated-declarations" )
54
54
endif ()
55
55
endif ()
@@ -68,7 +68,4 @@ set(PACKAGE_PREFIX_DIR ${IE_PACKAGE_PREFIX_DIR})
68
68
_ie_target_no_deprecation_error(${InferenceEngine_LIBRARIES} )
69
69
set_and_check(InferenceEngine_INCLUDE_DIRS "@PACKAGE_IE_INCLUDE_DIR@" )
70
70
71
- set_and_check(_ie_parallel "@PACKAGE_IE_PARALLEL_CMAKE@" )
72
- include (${_ie_parallel} )
73
-
74
71
check_required_components(InferenceEngine)
You can’t perform that action at this time.
0 commit comments