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

Compare CMake and old Makefile features #299

Open
HomesGH opened this issue Mar 20, 2024 · 0 comments
Open

Compare CMake and old Makefile features #299

HomesGH opened this issue Mar 20, 2024 · 0 comments
Labels
CMake good first issue Good for newcomers

Comments

@HomesGH
Copy link
Contributor

HomesGH commented Mar 20, 2024

There are currently two options to build ls1:

  1. Using plain make with the Makefile. This is the old way of building and might be deprecated in the future.
  2. Using a build folder and CMake. This is the new and probably preferred option.

In order to remove the first, old Makefile option, it is required to check if all features were migrated.

Feature Makefile CMake
Specify compiler ✔️ ✔️
build configuration presets for specific systems and tools like scorep, code coverage, ... ✔️
built dependencies for faster recompilation (including header files) ✔️
support for automatic dependency building ✔️
Feature XYZ ✔️
@HomesGH HomesGH added good first issue Good for newcomers CMake labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant