mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 19:24:50 +03:00
noetic: sophus: remove -Werror
This commit is contained in:
parent
8224ba4a98
commit
7f44b828b4
1 changed files with 8 additions and 0 deletions
|
@ -130,4 +130,12 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
} : {
|
} : {
|
||||||
buildInputs = buildInputs ++ [ self.opencl-clhpp ];
|
buildInputs = buildInputs ++ [ self.opencl-clhpp ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
sophus = rosSuper.sophus.overrideAttrs ({
|
||||||
|
postPatch ? "", ...
|
||||||
|
}: {
|
||||||
|
postPatch = postPatch + ''
|
||||||
|
substituteInPlace CMakeLists.txt --replace-fail " -Werror" ""
|
||||||
|
'';
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue