From c351580a201cbcb2add963d21ec6237fbaa11f90 Mon Sep 17 00:00:00 2001 From: Ioan Loosley Date: Mon, 7 Oct 2019 21:08:00 +0100 Subject: [PATCH] Build: Added BUILD_CAPTIONS to linux build script --- CI/before-script-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before-script-linux.sh b/CI/before-script-linux.sh index e89ddb573..a45d1e6b4 100755 --- a/CI/before-script-linux.sh +++ b/CI/before-script-linux.sh @@ -8,4 +8,4 @@ fi set -ex ccache -s || echo "CCache is not available." mkdir build && cd build -cmake .. +cmake -DBUILD_CAPTIONS=ON ..