UPDATE: devel/cmake 3.28.3 -> 3.30.1

This commit is contained in:
purplerain 2024-08-02 03:25:04 +00:00
parent f260267c10
commit 294b0e463d
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
17 changed files with 170 additions and 4149 deletions

View file

@ -3,7 +3,7 @@ Disable find_package QUIET option in openbsd ports builds.
Index: Source/cmFindPackageCommand.cxx
--- Source/cmFindPackageCommand.cxx.orig
+++ Source/cmFindPackageCommand.cxx
@@ -711,7 +711,13 @@ bool cmFindPackageCommand::InitialPass(std::vector<std
@@ -712,7 +712,13 @@ bool cmFindPackageCommand::InitialPass(std::vector<std
std::vector<std::size_t> moduleArgs;
for (std::size_t i = 1u; i < args.size(); ++i) {
if (args[i] == "QUIET") {