mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
ci: remove obsolete DRAG_DROP configure flag
This commit is contained in:
@@ -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 }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user