Commit Diff


commit - e7a4f28498dabc5556d406a24275c47ef0da8829
commit + 7c02cea9e3205f5a26fe784a9c790940a966b416
blob - f0ad5bf951b1baec205d94fa938ecd8074ffba43
blob + b885ae0c6fd8f59744545755de69690dd62e136c
--- Formula/unreliablefs.rb
+++ Formula/unreliablefs.rb
@@ -14,8 +14,8 @@ class Unreliablefs < Formula
   end
 
   def install
-    system "cmake ."
-    system "make -j"
+    system "cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug"
+    system "cmake --build build --parallel"
     bin.install "unreliablefs"
   end