From 3c107686a950286c56b603d2d4992e88c9b88e2f Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 19 Apr 2026 22:03:13 -0500 Subject: [PATCH] Add first app --- Formula/my-first-brew.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/my-first-brew.rb b/Formula/my-first-brew.rb index a0df828..816c7d1 100644 --- a/Formula/my-first-brew.rb +++ b/Formula/my-first-brew.rb @@ -21,8 +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" + system "cmake", "--build", "build" + system "cmake", "--install", "build" end test do