diff options
| -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 |
