mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 10:44:50 +03:00
ament-cmake-export-targets: add patch to fix build with CMake 3.24
This commit is contained in:
parent
b6ad7f87f1
commit
ab8924d6de
1 changed files with 13 additions and 0 deletions
|
@ -61,6 +61,19 @@ let
|
|||
nativeBuildInputs = [ setupHook ] ++ nativeBuildInputs;
|
||||
});
|
||||
|
||||
ament-cmake-export-targets = rosSuper.ament-cmake-export-targets.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
patches = patches ++ [
|
||||
# Support new target export template introduced with CMake 3.24
|
||||
(self.fetchpatch {
|
||||
url = "https://github.com/ament/ament_cmake/commit/ca8c26ea3c89e69c0c636b7cd0c088674c689f5f.patch";
|
||||
stripLen = 1;
|
||||
sha256 = "sha256-ATdzHaD+3R3rhplaNzkEQBRqpkQDHVJLiB2oNlzIjm4=";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
camera-calibration-parsers = patchBoostPython rosSuper.camera-calibration-parsers;
|
||||
|
||||
catkin = rosSuper.catkin.overrideAttrs ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue