Skip to content

Commit a9f0991

Browse files
committed
Use long option
1 parent 3869dcd commit a9f0991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/core/tools/scripts/lib_install/check-cmake-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
set -u
88

99
# Get the installed cmake version string
10-
cmake_version=$(cmake -E capabilities | jq -r ".version.string")
10+
cmake_version=$(cmake -E capabilities | jq --raw-output ".version.string")
1111

1212
# Check if version is 4.0 or higher
1313
# shellcheck disable=SC2071

0 commit comments

Comments
 (0)