Commit 0ba4d72c authored by Ben Wolsieffer's avatar Ben Wolsieffer
Browse files

g2o: split outputs

Paths in CMake files all appear to be stil correct with this patch.
parent 2b984b10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ mkDerivation rec {
  # Removes a reference to gcc that is only used in a debug message
  patches = [ ./remove-compiler-reference.patch ];

  outputs = [ "out" "dev" ];
  separateDebugInfo = true;

  nativeBuildInputs = [ cmake ];