Unverified Commit 60050a1c authored by NAHO's avatar NAHO
Browse files

heaptrack: fix build with CMake 4

parent b4e86cd5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
diff --git a/3rdparty/robin-map/CMakeLists.txt b/3rdparty/robin-map/CMakeLists.txt
index fab865a..6cbd8c9 100644
--- a/3rdparty/robin-map/CMakeLists.txt
+++ b/3rdparty/robin-map/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.10)

 project(tsl-robin-map VERSION 1.3.0 LANGUAGES CXX)
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ stdenv.mkDerivation {
    hash = "sha256-8NLpp/+PK3wIB5Sx0Z1185DCDQ18zsGj9Wp5YNKgX8E=";
  };

  patches = [ ./cmake-minimum-required.patch ];

  nativeBuildInputs = [
    cmake
    kdePackages.extra-cmake-modules