Commit a791f731 authored by Ivan Mincik's avatar Ivan Mincik
Browse files

qgis-ltr: disable building tests

No tests are currently executed during the build process. Disable
building them to save significant amount of time and resources.
parent 0e82f77a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ in mkDerivation rec {
  cmakeFlags = [
    "-DWITH_3D=True"
    "-DWITH_PDAL=TRUE"
    "-DENABLE_TESTS=False"
  ] ++ lib.optional (!withWebKit) "-DWITH_QTWEBKIT=OFF"
    ++ lib.optional withGrass (let
        gmajor = lib.versions.major grass.version;