Skip to content

Commit

Permalink
g2o: fix log limit exceeded error in Hydra
Browse files Browse the repository at this point in the history
(cherry picked from commit dd14ee8)
  • Loading branch information
lopsided98 authored and stigok committed Jun 12, 2020
1 parent 58f130d commit b5e0c24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/libraries/g2o/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake makeWrapper ];
buildInputs = [ eigen suitesparse libGLU qt5.qtbase libsForQt5.libqglviewer ];

# Silence noisy warning
CXXFLAGS = "-Wno-deprecated-copy";

cmakeFlags = [
# Detection script is broken
"-DQGLVIEWER_INCLUDE_DIR=${libsForQt5.libqglviewer}/include/QGLViewer"
Expand Down

0 comments on commit b5e0c24

Please sign in to comment.