Skip to content

Commit 5c74e26

Browse files
committed
【libyuv】fix grep: unrecognized option `--perl-regex'
1 parent 2f600e3 commit 5c74e26

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
From f37fcf5f7a1b425434627af080b6eda65d6c7db4 Mon Sep 17 00:00:00 2001
2+
From: qianlongxu <[email protected]>
3+
Date: Mon, 8 Dec 2025 10:23:10 +0800
4+
Subject: [PATCH] fix grep: unrecognized option `--perl-regex'
5+
6+
---
7+
CMakeLists.txt | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/CMakeLists.txt b/CMakeLists.txt
11+
index 0fc5864..65f2d73 100644
12+
--- a/CMakeLists.txt
13+
+++ b/CMakeLists.txt
14+
@@ -113,5 +113,5 @@ endif()
15+
INSTALL ( DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION include )
16+
17+
# create the .deb and .rpm packages using cpack
18+
-INCLUDE ( CM_linux_packages.cmake )
19+
+# INCLUDE ( CM_linux_packages.cmake )
20+
21+
--
22+
2.50.1 (Apple Git-155)
23+

0 commit comments

Comments
 (0)