Skip to content

Commit

Permalink
homebrew_allow_fetchcontent
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 authored Jun 12, 2024
1 parent f3d5a09 commit 6db37ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/webcface.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Webcface < Formula

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

0 comments on commit 6db37ea

Please sign in to comment.