From 071419db4a3454ce2225dcb31214918be379b777 Mon Sep 17 00:00:00 2001 From: Nikolay Kasyanov Date: Mon, 1 May 2017 11:34:44 +0200 Subject: [PATCH] [macOS, CI] Enable OpenCS build and see what happens --- CI/before_script.osx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/CI/before_script.osx.sh b/CI/before_script.osx.sh index 08fbe76d6..930d89efa 100755 --- a/CI/before_script.osx.sh +++ b/CI/before_script.osx.sh @@ -17,6 +17,5 @@ cmake \ -D DESIRED_QT_VERSION=5 \ -D BUILD_ESMTOOL=FALSE \ -D BUILD_MYGUI_PLUGIN=FALSE \ --D BUILD_OPENCS=FALSE \ -G"Unix Makefiles" \ ..