From 6db37ea35b6c645268eb3890712cef57375aea89 Mon Sep 17 00:00:00 2001 From: na-trium-144 <100704180+na-trium-144@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:41:35 +0900 Subject: [PATCH] homebrew_allow_fetchcontent --- Formula/webcface.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/webcface.rb b/Formula/webcface.rb index 8657434..cefba81 100644 --- a/Formula/webcface.rb +++ b/Formula/webcface.rb @@ -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