finally this works
This commit is contained in:
parent
ad0b6f1ed1
commit
deee4c43c0
@ -3,7 +3,7 @@ if [[ ! -f README.md ]]; then
|
|||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cmake_fmt="python3 -m cmake-format"
|
cmake_fmt="cmake-format"
|
||||||
if command -v ${cmake_fmt} &> /dev/null; then
|
if command -v ${cmake_fmt} &> /dev/null; then
|
||||||
cmake_fmt_cmd="${cmake_fmt} -i CMakeLists.txt"
|
cmake_fmt_cmd="${cmake_fmt} -i CMakeLists.txt"
|
||||||
eval ${cmake_fmt_cmd}
|
eval ${cmake_fmt_cmd}
|
||||||
|
Loading…
Reference in New Issue
Block a user