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 3869dcd commit a9f0991Copy full SHA for a9f0991
components/core/tools/scripts/lib_install/check-cmake-version.sh
@@ -7,7 +7,7 @@ set -e
7
set -u
8
9
# Get the installed cmake version string
10
-cmake_version=$(cmake -E capabilities | jq -r ".version.string")
+cmake_version=$(cmake -E capabilities | jq --raw-output ".version.string")
11
12
# Check if version is 4.0 or higher
13
# shellcheck disable=SC2071
0 commit comments