diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-10-21 23:24:33 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-10-21 23:24:33 +0200 |
| commit | d71e9321b0477713939f313f1a8c952e8b093b4e (patch) | |
| tree | 525b5b27a824462fd9915ee2d88fc1e60453c1ed /dev-cpp | |
| parent | 59cf4a8f8eddd0783e97f0e5b9622d4eaacff315 (diff) | |
| download | gentoo-d71e9321b0477713939f313f1a8c952e8b093b4e.tar.gz gentoo-d71e9321b0477713939f313f1a8c952e8b093b4e.tar.bz2 gentoo-d71e9321b0477713939f313f1a8c952e8b093b4e.zip | |
dev-cpp/robin-map: Fix cmake patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch b/dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch index 679c573aa667..20f21ebc73ea 100644 --- a/dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch +++ b/dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch @@ -29,7 +29,7 @@ index be1a3ff..c08cc6f 100644 +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) -+cmake_minimum_required(VERSION 3.10..3.31) ++cmake_minimum_required(VERSION 3.10...3.31) project(tsl-robin-map VERSION 1.4.0 LANGUAGES CXX) |
