forked from mirrors/nixpkgs
g2o: remove CXXFLAGS
This commit is contained in:
parent
239b496fa5
commit
9458b9a091
|
@ -20,9 +20,6 @@ mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake makeWrapper ];
|
||||
buildInputs = [ eigen suitesparse blas lapack libGLU qtbase libqglviewer ];
|
||||
|
||||
# Silence noisy warning
|
||||
CXXFLAGS = "-Wno-deprecated-copy";
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
cmakeFlags = [
|
||||
|
|
Loading…
Reference in a new issue