1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:59:54 +00:00

[OS X] Temporarily disable OpenCS build on CI

This commit is contained in:
Nikolay Kasyanov 2016-10-29 18:25:59 +02:00 committed by Bret Curtis
parent 4138723bbf
commit 6260e15852

View file

@ -17,5 +17,6 @@ cmake \
-D DESIRED_QT_VERSION=5 \
-D BUILD_ESMTOOL=FALSE \
-D BUILD_MYGUI_PLUGIN=FALSE \
-D BUILD_OPENCS=FALSE \
-G"Unix Makefiles" \
..