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

Makefile: Clean up cmake invocations #568

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

nwellnhof
Copy link
Contributor

Use cmake command to build and install instead of invoking make. Also use -G option consistently. This allows to use other generators like Ninja:

make GENERATOR=Ninja

Use cmake -B option instead of switching directories.

Use cmake command to build and install instead of invoking make. Also
use -G option consistently. This allows to use other generators like
Ninja:

    make GENERATOR=Ninja

Use cmake -B option instead of switching directories.
The spec file is always present.
Don't assume that make is used. Don't change directories.
@jgm jgm merged commit 3460cd8 into commonmark:master Dec 17, 2024
15 checks passed
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

Successfully merging this pull request may close these issues.

2 participants