mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
ament-cmake-vendor-package: don't 'fix' cmake files
This commit is contained in:
parent
a6f38acca1
commit
9bc338678f
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ament-cmake-vendor-package = rosSuper.ament-cmake-vendor-package.overrideAttrs ({
|
||||||
|
# the regular cmake fixing replaces <snip>/opt<snip> with /var/empty, even within
|
||||||
|
# the local ros2 install folder, which completely breaks vendoring, since the
|
||||||
|
# cmake_prefix_path will no longer point the where the files are.
|
||||||
|
dontFixCmake = true;
|
||||||
|
});
|
||||||
|
|
||||||
cyclonedds = rosSuper.cyclonedds.overrideAttrs ({
|
cyclonedds = rosSuper.cyclonedds.overrideAttrs ({
|
||||||
cmakeFlags ? [], ...
|
cmakeFlags ? [], ...
|
||||||
}: {
|
}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue