Skip to content

Commit 650b9b9

Browse files
A cmake.sh shim to run the managed CMake version
1 parent 1e9b2e1 commit 650b9b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.evergreen/scripts/cmake.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
set -eu
4+
. "$(dirname "${BASH_SOURCE[0]}")/find-cmake-latest.sh"
5+
6+
cmake=$(find_cmake_latest)
7+
8+
$cmake "$@"

0 commit comments

Comments
 (0)