gomspace lib working
This commit is contained in:
@ -23,6 +23,7 @@ if command -v ${cmake_fmt} &> /dev/null; then
|
||||
for dir in ${folder_list[@]}; do
|
||||
find ${dir} ${file_selectors} | xargs ${cmake_fmt} -i
|
||||
done
|
||||
${cmake_fmt} -i ./thirdparty/gomspace-sw/CMakeLists.txt
|
||||
else
|
||||
echo "No ${cmake_fmt} tool found, not formatting CMake files"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user