ci: remove obsolete DRAG_DROP configure flag

This commit is contained in:
Rosalie Wanders
2025-12-07 19:45:22 +01:00
parent e57a956c90
commit 5021f9e337
-2
View File
@@ -70,7 +70,6 @@ jobs:
mkdir $build_dir Bin/ -p mkdir $build_dir Bin/ -p
cmake -S "$src_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="Release" \ cmake -S "$src_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="Release" \
-DDRAG_DROP=${{ matrix.features }} \
-DNETPLAY=${{ matrix.features }} \ -DNETPLAY=${{ matrix.features }} \
-DVRU=${{ matrix.features }} \ -DVRU=${{ matrix.features }} \
-DUSE_ANGRYLION=${{ matrix.features }} \ -DUSE_ANGRYLION=${{ matrix.features }} \
@@ -140,7 +139,6 @@ jobs:
export build_dir="$(pwd)/Build/Release" export build_dir="$(pwd)/Build/Release"
cmake -S "$src_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="Release" \ cmake -S "$src_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="Release" \
-DDRAG_DROP=${{ matrix.features }} \
-DNETPLAY=${{ matrix.features }} \ -DNETPLAY=${{ matrix.features }} \
-DVRU=${{ matrix.features }} \ -DVRU=${{ matrix.features }} \
-DUSE_ANGRYLION=${{ matrix.features }} \ -DUSE_ANGRYLION=${{ matrix.features }} \