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.
This commit is contained in:
Ivan Mincik 2023-08-26 19:03:51 +02:00
parent 0e82f77a33
commit a791f731e3

View File

@ -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;