Skip to content

Commit

Permalink
RSDK-8395: Workaround homebrew change that broke recipe (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-viam authored Jan 22, 2025
1 parent 16ec461 commit cb19b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/viam-cpp-sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ViamCppSdk < Formula
depends_on "buf"

def install
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "-S", ".", "-B", "build", "-DFETCHCONTENT_FULLY_DISCONNECTED=ON", "-DHOMEBREW_ALLOW_FETCHCONTENT=ON", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
end
Expand Down

0 comments on commit cb19b62

Please sign in to comment.