Change CMake minimum version to 3.13
[mouse-tracker-for-cubism.git] / build.sh
index 74c4d25..8d99c0f 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -3,4 +3,4 @@
 mkdir -p build && cd build
 
 cmake .. -D CMAKE_BUILD_TYPE=Release
-cmake --build . -j6
+cmake --build . -j 6