diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2025-11-30 19:32:44 +0100 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2025-11-30 19:33:23 +0100 |
| commit | 68d4ae412a8f58f9e99c16b81c23377ffabd376f (patch) | |
| tree | e0894e59ad901bf11996656de0f7d3c606467191 /dev-libs | |
| parent | 0aaf82d2d2bb51f15629cd210a24a0746c0a836f (diff) | |
| download | gentoo-68d4ae412a8f58f9e99c16b81c23377ffabd376f.tar.gz gentoo-68d4ae412a8f58f9e99c16b81c23377ffabd376f.tar.bz2 gentoo-68d4ae412a8f58f9e99c16b81c23377ffabd376f.zip | |
dev-libs/pthreadpool: cmake >= 3.10
Closes: https://bugs.gentoo.org/964484
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs')
| -rw-r--r-- | dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch b/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch index a818eaabc1a1..0df8cfd1b3e4 100644 --- a/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch +++ b/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch @@ -1,5 +1,11 @@ --- a/CMakeLists.txt 2022-05-09 12:38:59.927116924 +0200 +++ b/CMakeLists.txt 2022-05-09 12:39:39.141532680 +0200 +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) + + # ---[ Project + PROJECT(pthreadpool C) @@ -37,22 +37,10 @@ # ---[ Download deps |
