Skip to content

Commit

Permalink
Merge partly of open-telemetry#1844
Browse files Browse the repository at this point in the history
Signed-off-by: owent <[email protected]>
  • Loading branch information
owent committed Dec 8, 2022
1 parent 6f4630d commit aa64410
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ci/setup_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ set -e
export DEBIAN_FRONTEND=noninteractive
apt-get update

export CMAKE_VERSION=3.15.2

[ -z "${GOOGLETEST_VERSION}" ] && export GOOGLETEST_VERSION=1.12.1
if [ "x$CMAKE_VERSION" = "x" ]; then
export GOOGLETEST_VERSION=1.10.0
export CMAKE_VERSION=3.15.2
fi

if [ "x$GOOGLETEST_VERSION" = "x" ]; then
export GOOGLETEST_VERSION=1.12.1
fi

cmake_install() {
tmp_dir=$(mktemp -d)
Expand Down

0 comments on commit aa64410

Please sign in to comment.