From a5c4cb4bc8406f4af19f4d2032db58850491943c Mon Sep 17 00:00:00 2001 From: chalsliu Date: Thu, 10 Mar 2022 20:10:07 +0800 Subject: [PATCH] [TIPC] Fix cmake path bug --- test_tipc/test_inference_cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tipc/test_inference_cpp.sh b/test_tipc/test_inference_cpp.sh index 4787f830..257200fb 100644 --- a/test_tipc/test_inference_cpp.sh +++ b/test_tipc/test_inference_cpp.sh @@ -150,7 +150,7 @@ if [ ${use_opencv} = "True" ]; then make -j make install - cd ../ + cd ../.. echo "################### build opencv finished ###################" fi fi -- GitLab