flavorjones / mini_portile

mini_portile and mini_portile2 - Simple autoconf and cmake builder for developers
MIT License
114 stars 51 forks source link

cmake: Support cmake command replacement on #initialize #107

Closed cosmo0920 closed 3 years ago

cosmo0920 commented 3 years ago

For CentOS, RHEL, and Amazon Linux 2 use case, we sometimes need to use cmake3 command instead of cmake command. Could you provide how to specify arbitrary cmake command at #initialize on MiniPortileCMake class?

Signed-off-by: Hiroshi Hatake hatake@calyptia.com

flavorjones commented 3 years ago

@cosmo0920 Thank you for this contribution! I've added some commits to this PR to make the make and gcc commands configurable, and updated your commit to have cmake follow that same convention.

If this goes green in CI then I'll merge and cut a release.

flavorjones commented 3 years ago

Released in v2.7.0

cosmo0920 commented 3 years ago

Wow, thanks for the quick releasing!