Skip to content

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