[IE TESTS][IE CMAKE] Fix download 'testdata' repo via HTTPS (#597)
authorIrina Efode <irina.efode@intel.com>
Wed, 27 May 2020 13:20:09 +0000 (16:20 +0300)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 13:20:09 +0000 (16:20 +0300)
inference-engine/cmake/dependencies.cmake

index b42b841f719ba8f15ab6d38d359d520c0dff1ae1..0fda3af0e2b6e97a96595fcd2f92633644f5f540 100644 (file)
@@ -23,7 +23,7 @@ endif()
 
 
 if (ENABLE_DATA)
-    add_models_repo(${ENABLE_DATA} "data:git@github.com:openvinotoolkit/testdata.git")
+    add_models_repo(${ENABLE_DATA} "data:https://github.com/openvinotoolkit/testdata.git")
     set(MODELS_PATH "${TEMP}/models/src/data")
     set(DATA_PATH "${MODELS_PATH}")
 endif()