install and build fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user