diff --git a/hererocks.py b/hererocks.py index 03b3003..bd27ea7 100755 --- a/hererocks.py +++ b/hererocks.py @@ -1442,7 +1442,7 @@ def make(self): os.mkdir("build") os.chdir("build") run("cmake", "-DCMAKE_BUILD_TYPE=Release", "..") - run("make") + run("cmake", "--build", ".") os.chdir("..") def make_install(self):