Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vulkan-*layer: remove googletest dependency #183902

Merged
merged 2 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/v/vulkan-extensionlayer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class VulkanExtensionlayer < Formula
end

depends_on "cmake" => :build
depends_on "googletest" => :build
depends_on "[email protected]" => :build
depends_on "vulkan-loader" => :test
depends_on "vulkan-tools" => :test
Expand All @@ -42,6 +41,7 @@ class VulkanExtensionlayer < Formula

def install
system "cmake", "-S", ".", "-B", "build",
"-DBUILD_TESTS=OFF",
"-DGLSLANG_INSTALL_DIR=#{Formula["glslang"].prefix}",
"-DSPIRV_HEADERS_INSTALL_DIR=#{Formula["spirv-headers"].prefix}",
"-DSPIRV_TOOLS_INSTALL_DIR=#{Formula["spirv-tools"].prefix}",
Expand Down
1 change: 0 additions & 1 deletion Formula/v/vulkan-validationlayers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class VulkanValidationlayers < Formula
end

depends_on "cmake" => :build
depends_on "googletest" => :build
depends_on "[email protected]" => :build
depends_on "vulkan-tools" => :test
depends_on "glslang"
Expand Down
Loading