mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 17:40:37 +00:00
qgis-ltr: 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:
@@ -151,7 +151,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"
|
||||
|
||||
Reference in New Issue
Block a user