diff --git a/Formula/my-first-brew.rb b/Formula/my-first-brew.rb index f0979bd..77d79af 100644 --- a/Formula/my-first-brew.rb +++ b/Formula/my-first-brew.rb @@ -21,6 +21,8 @@ class MyFirstBrew < Formula # https://docs.brew.sh/rubydoc/Formula.html#std_configure_args-instance_method #system "./configure", "--disable-silent-rules", *std_configure_args system "cmake", "-S", ".", "-B", "build", *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" end test do