mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +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
|
||||
# packages that use Eigen
|
||||
CXXFLAGS = [ "-Wno-deprecated-declarations" ];
|
||||
CXXFLAGS = "-Wno-deprecated-declarations";
|
||||
|
||||
passthru = passthru // {
|
||||
rosPackage = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue