qgis: 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:
parent
b32ca859eb
commit
b2a14fc0e4
@ -152,6 +152,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;
|
||||
|
Loading…
Reference in New Issue
Block a user