Rikorose/gcc-cmake

Automate CMake Update

Rikorose opened this issue · 1 comments

If someone knows an easy way to automate this via github actions for instance, feel free to ping me.

Manual way:

fd -t f -x sed -i 's/3.15.5/3.17.2/g' {}

To update from CMake 3.15.5 to 3.17.2.

Closed via #14, #18 and #20