install and build fixes

This commit is contained in:
vaclavt
2022-01-29 15:33:47 +01:00
parent 53ce64c763
commit 249af03f60
4 changed files with 18 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
echo "cleaning"
rm -f CMakeCache.txt
cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build ./ --target clean -j 4 --
echo "building ml"