bji / libs3

Other
154 stars 151 forks source link

Use cmake instead of make #64

Closed likema closed 7 years ago

likema commented 7 years ago

cmake is better than make for portability so that I wrote cmake file instead of make, which is well tested in

bji commented 7 years ago

Did you test the existing makefile on all of those platforms? Do you have reason to believe that it won't work on them?

likema commented 7 years ago

I have not tested the existing makefile. Because it is hard to maintain.

bji commented 7 years ago

Aside from possibly making building on Windows easier, those other advantages are either already met with the existing makefiles, or haven't been needed in 8 years.

I don't really want to change the build system over to cmake, sorry.

You can keep the changes local or fork libs3 for cmake. Thanks.