Browse Source

Build: Added BUILD_CAPTIONS to linux build script

Ioan Loosley 6 years ago
parent
commit
c351580a20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CI/before-script-linux.sh

+ 1 - 1
CI/before-script-linux.sh

@@ -8,4 +8,4 @@ fi
 set -ex
 set -ex
 ccache -s || echo "CCache is not available."
 ccache -s || echo "CCache is not available."
 mkdir build && cd build
 mkdir build && cd build
-cmake ..
+cmake -DBUILD_CAPTIONS=ON ..