proxsuite: update for jrl-cmakemodules v1

This commit is contained in:
Guilhem Saurel
2025-10-15 19:54:47 +02:00
parent c57655b6a4
commit 9157d74c00
+7
View File
@@ -36,6 +36,13 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-1+a5tFOlEwzhGZtll35EMFceD0iUOOQCbwJd9NcFDlk=";
};
# ref. https://github.com/Simple-Robotics/proxsuite/pull/408 merged upstream
postPatch = ''
substituteInPlace CMakeLists.txt --replace-fail \
"cmake_minimum_required(VERSION 3.10)" \
"cmake_minimum_required(VERSION 3.22)"
'';
outputs = [
"doc"
"out"