Is your refactoring related to a problem? Please describe.
CMake provides more commands like
- a command for checking whether an executable exists or not.
- a command for checking whether a function exists or not.
- and more
so it's easier to write portable configuration.
Describe the solution you'd like
Replace GNU Make with CMake
Describe alternatives you've considered
Many other build systems like
Additional context
Please check Licenses of those tools.
Is your refactoring related to a problem? Please describe.
CMake provides more commands like
so it's easier to write portable configuration.
Describe the solution you'd like
Replace GNU Make with CMake
Describe alternatives you've considered
Many other build systems like
Additional context
Please check Licenses of those tools.