summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-10-24 19:03:10 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-05 23:13:13 +0100
commit3fe6af7f956f6285a5a913f0125559a32c02fb0a (patch)
tree8e57f87a134fed894c2678c333c6924949775633 /appveyor.yml
parente853017ed7b9fe554940ebad7e43d5b80baccfce (diff)
appveyor.yml: Remove _ENABLED suffix from option names
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1871999628..87cd1647a9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -104,13 +104,13 @@ for:
- cd cmake_build
- cmake
-L
- -DFAAD_ENABLED=ON
- -DHSS1394_ENABLED=OFF
- -DLOCALECOMPARE_ENABLED=ON
- -DMAD_ENABLED=ON
- -DMODPLUG_ENABLED=ON
- -DOPUS_ENABLED=ON
- -DWAVPACK_ENABLED=ON
+ -DFAAD=ON
+ -DHSS1394=OFF
+ -DLOCALECOMPARE=ON
+ -DMAD=ON
+ -DMODPLUG=ON
+ -DOPUS=ON
+ -DWAVPACK=ON
..
- cmake --build .
- sudo cmake --build . --target install
@@ -194,9 +194,9 @@ for:
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=C:\mixxx
-DCMAKE_PREFIX_PATH=%WINLIB_PATH%;%QT_PATH%
- -DMEDIAFOUNDATION_ENABLED=ON
- -DOPUS_ENABLED=ON
- -DLOCALECOMPARE_ENABLED=ON
+ -DMEDIAFOUNDATION=ON
+ -DOPUS=ON
+ -DLOCALECOMPARE=ON
-DSTATIC_DEPS=ON
-G "Ninja"
..