Let's disable everything except OpenMW itself

Just to check if it's at all possible to use AppVeyor
coverity_scan
Alexander "Ace" Olofsson 10 years ago
parent 3425e9b1d1
commit e49cf2888d

@ -355,7 +355,12 @@ echo "Building OpenMW..."
add_cmake_opts -DBUILD_BSATOOL=no \ add_cmake_opts -DBUILD_BSATOOL=no \
-DBUILD_ESMTOOL=no \ -DBUILD_ESMTOOL=no \
-DBUILD_MYGUI_PLUGIN=no -DBUILD_MYGUI_PLUGIN=no \
-DBUILD_OPENCS=no \
-DBUILD_WIZARD=no \
-DBUILD_ESSIMPORTER=no \
-DBUILD_LAUNCHER=no \
-DBUILD_MWINIIMPORTER=no
if [ -z $VERBOSE ]; then if [ -z $VERBOSE ]; then
printf " Configuring... " printf " Configuring... "

Loading…
Cancel
Save