mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-15 03:58:39 +03:00
Fix CXXFLAGS
This commit is contained in:
parent
96f44e827a
commit
dee8698596
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ else stdenv.mkDerivation) (args // {
|
||||||
|
|
||||||
# Disable warnings that cause "Log limit exceeded" errors on Hydra in lots of
|
# Disable warnings that cause "Log limit exceeded" errors on Hydra in lots of
|
||||||
# packages that use Eigen
|
# packages that use Eigen
|
||||||
CXXFLAGS = [ "-Wno-deprecated-declarations" ];
|
CXXFLAGS = "-Wno-deprecated-declarations";
|
||||||
|
|
||||||
passthru = passthru // {
|
passthru = passthru // {
|
||||||
rosPackage = true;
|
rosPackage = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue