The open source OpenXR runtime
0
fork

Configure Feed

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

script: Exclude .cmake for format-cmake.sh

It can help to fix the following error when running format-cmake.sh:
IsADirectoryError: [Errno 21] Is a directory: 'src/xrt/targets/openxr_android/.cxx/Debug/***/arm64-v8a/.cmake'

Signed-off-by: utzcoz <utzcoz@outlook.com>

authored by

utzcoz and committed by
Jakob Bornecrantz
6544fd04 0da76e64

+1
+1
scripts/format-cmake.sh
··· 25 25 src/CMakeLists.txt \ 26 26 tests \ 27 27 \( -name "CMakeLists.txt" -o -name "*.cmake" \) \ 28 + ! -name ".cmake" \ 28 29 -print0 | \ 29 30 xargs -0 "${CMAKE_FORMAT}" -c "$(pwd)/.cmake-format.py" -i 30 31 )