You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/OpenCVDetectInferenceEngine.cmake
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,9 @@ endif()
135
135
136
136
if(INF_ENGINE_TARGET)
137
137
if(NOTINF_ENGINE_RELEASE)
138
-
message(WARNING"InferenceEngine version has not been set, 2021.1 will be used by default. Set INF_ENGINE_RELEASE variable if you experience build errors.")
138
+
message(WARNING"InferenceEngine version has not been set, 2021.2 will be used by default. Set INF_ENGINE_RELEASE variable if you experience build errors.")
139
139
endif()
140
-
set(INF_ENGINE_RELEASE"2021010000"CACHESTRING"Force IE version, should be in form YYYYAABBCC (e.g. 2020.1.0.2 -> 2020010002)")
140
+
set(INF_ENGINE_RELEASE"2021020000"CACHESTRING"Force IE version, should be in form YYYYAABBCC (e.g. 2020.1.0.2 -> 2020010002)")
0 commit comments