mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
qgis: drop redundant CMAKE_BUILD_TYPE setting
CMAKE_BUILD_TYPE=Release is set by default in
040bd3d95a/pkgs/by-name/cm/cmake/setup-hook.sh (L113)
This commit is contained in:
parent
418ba67326
commit
dfc771e0b2
@ -152,7 +152,6 @@ in mkDerivation rec {
|
||||
env.QT_QPA_PLATFORM_PLUGIN_PATH="${qtbase}/${qtbase.qtPluginPrefix}/platforms";
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
"-DWITH_3D=True"
|
||||
"-DWITH_PDAL=True"
|
||||
"-DENABLE_TESTS=False"
|
||||
|
Loading…
Reference in New Issue
Block a user