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:
Ivan Mincik 2024-09-16 11:05:35 +02:00
parent 418ba67326
commit dfc771e0b2

View File

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