Commit 9458b9a0 authored by Weijia Wang's avatar Weijia Wang
Browse files

g2o: remove CXXFLAGS

parent 239b496f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 = [