build(linux): fail build if capture dependencies not found (#3305)
This commit is contained in:
parent
67ab6e3c79
commit
7352e7277a
3 changed files with 11 additions and 16 deletions
|
|
@ -105,6 +105,8 @@ class @PROJECT_NAME@ < Formula
|
|||
ohai "Linking against ICU libraries at: #{icu4c_lib_path}"
|
||||
end
|
||||
|
||||
args << "-DCUDA_FAIL_ON_MISSING=OFF" if OS.linux?
|
||||
|
||||
system "cmake", "-S", ".", "-B", "build", *std_cmake_args, *args
|
||||
|
||||
cd "build" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue