From 0a3d9d1adef8566c337859aeb5027352aedc3014 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 1 Nov 2024 13:45:51 +0000 Subject: automatic import of cmake --- cmake-3.27.9-fix-cxx-standard-check-issue.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 cmake-3.27.9-fix-cxx-standard-check-issue.patch (limited to 'cmake-3.27.9-fix-cxx-standard-check-issue.patch') diff --git a/cmake-3.27.9-fix-cxx-standard-check-issue.patch b/cmake-3.27.9-fix-cxx-standard-check-issue.patch deleted file mode 100644 index af9e6a6..0000000 --- a/cmake-3.27.9-fix-cxx-standard-check-issue.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Source/Checks/cm_cxx_features.cmake b/Source/Checks/cm_cxx_features.cmake -index 02627464..4f6ccdaf 100644 ---- a/Source/Checks/cm_cxx_features.cmake -+++ b/Source/Checks/cm_cxx_features.cmake -@@ -44,6 +44,8 @@ function(cm_check_cxx_feature name) - string(REGEX REPLACE "[^\n]*warning D[0-9][0-9][0-9][0-9][^\n]*" "" check_output "${check_output}") - # Filter out warnings caused by user flags. - string(REGEX REPLACE "[^\n]*warning:[^\n]*-Winvalid-command-line-argument[^\n]*" "" check_output "${check_output}") -+ # Filter out clang output warnings -+ string(REGEX REPLACE "[^\n]*warning:[^\n]*-Wunused-command-line-argument[^\n]*" "" check_output "${check_output}") - # Filter out warnings caused by local configuration. - string(REGEX REPLACE "[^\n]*warning:[^\n]*directory not found for option[^\n]*" "" check_output "${check_output}") - string(REGEX REPLACE "[^\n]*warning:[^\n]*object file compiled with -mlong-branch which is no longer needed[^\n]*" "" check_output "${check_output}") -- cgit v1.2.3