We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8871d12 commit 739cc01Copy full SHA for 739cc01
ci/codebuild/build.sh
@@ -6,6 +6,7 @@ set -euo pipefail
6
cd $CODEBUILD_SRC_DIR
7
mkdir build
8
cd build
9
+cmake --version
10
cmake .. -GNinja \
11
-DBUILD_SHARED_LIBS=ON \
12
-DCMAKE_BUILD_TYPE=Debug \
0 commit comments