Commit 42f5757e authored by jopejoe1's avatar jopejoe1
Browse files

opengv: remove CMAKE_BUILD_TYPE from cmakeFlags

parent 72734ed7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -23,10 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
    eigen
  ];

  cmakeFlakes = [
    (lib.cmakeFeature "CMAKE_BUILD_TYPE" "Release")
  ];

  meta = {
    description = "Collection of computer vision methods for solving geometric vision problems";
    homepage = "https://github.com/laurentkneip/opengv";