The open source OpenXR runtime
fork

Configure Feed

Select the types of activity you want to include in your feed.

scripts: Update to mention pipx

authored by

Rylie Pavlik and committed by
Simon Zeni
f2669149 2124180d

+2 -2
+2 -2
scripts/format-cmake.sh
··· 1 1 #!/bin/sh 2 - # Copyright 2019-2023, Collabora, Ltd. 2 + # Copyright 2019-2024, Collabora, Ltd. 3 3 # SPDX-License-Identifier: BSL-1.0 4 4 # Author: Rylie Pavlik <rylie.pavlik@collabora.com> 5 5 ··· 9 9 10 10 CMAKE_FORMAT=cmake-format 11 11 if ! command -v ${CMAKE_FORMAT} > /dev/null; then 12 - echo "cmake-format not found, do python3 -m pip install cmakelang" 1>&2 12 + echo "cmake-format not found, do pipx install cmakelang" 1>&2 13 13 exit 1 14 14 fi 15 15 (