Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CMakeLists as the only build script to avoid maintaining multiple sets of build scripts. #511

Open
fengdaolong opened this issue Nov 18, 2020 · 0 comments

Comments

@fengdaolong
Copy link
Contributor

fengdaolong commented Nov 18, 2020

CMake is a cross-platform multifunctional build tool, it can generate various build projects, including Makefile, so it can completely replace Makefile.
I think we can just keep the CMakeLists and discard the Makefile (configure), keep only one set of build scripts to avoid maintaining multiple sets of build scripts

@fengdaolong fengdaolong changed the title Use CMakeFiles as the only build script to avoid maintaining multiple sets of build scripts. Use CMakeLists as the only build script to avoid maintaining multiple sets of build scripts. Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant