g2o: remove CXXFLAGS

This commit is contained in:
Weijia Wang 2023-03-11 20:35:59 +02:00
parent 239b496fa5
commit 9458b9a091

View file

@ -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 = [