Unverified Commit 35798e29 authored by Double_V's avatar Double_V Committed by GitHub
Browse files

Merge pull request #5690 from chalsliu/fix_tipc_bug

[TIPC] Fix cmake path bug
parents c20edc78 a5c4cb4b
...@@ -150,7 +150,7 @@ if [ ${use_opencv} = "True" ]; then ...@@ -150,7 +150,7 @@ if [ ${use_opencv} = "True" ]; then
make -j make -j
make install make install
cd ../ cd ../..
echo "################### build opencv finished ###################" echo "################### build opencv finished ###################"
fi fi
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment