Update SDK dirs of all CMakeFiles/*/*.cmake files too (#4773)

This commit is contained in:
David Capello 2024-12-02 00:19:24 -03:00
parent 0905e974cd
commit f710603f99

View File

@ -300,6 +300,7 @@ else
echo "--- Updating $build_dir ---"
update_file "$file"
for other_file in "$build_dir/CMakeFiles/rules.ninja" \
"$build_dir"/CMakeFiles/*/*.cmake \
"$build_dir/third_party/libpng/scripts/genout.cmake" ; do
update_file "$other_file"
done