uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.1k stars 251 forks source link

Standardize minimum CMake version #1282

Closed throwaway96 closed 11 months ago

throwaway96 commented 11 months ago

One CMake file had a minimum version of 3.0, while (most of) the rest had 3.10. I was getting a warning that versions prior to 3.5 would be deprecated, so I changed that one to 3.10. I also made the formatting of the cmake_minimum_required() lines consistent with each other and their surroundings.

uxmal commented 11 months ago

Thanks for the PR!