Skip to content

Specify cmake generator in example build steps #381

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

DWesl
Copy link

@DWesl DWesl commented Apr 29, 2025

Some systems default to Ninja as a CMake generator, writing build.ninja files rather than Makefiles. This PR tells CMake to generate Makefiles, as the rest of the example assumes.

Probably fixes the Make error mentioned in #313.

DWesl and others added 2 commits April 28, 2025 21:32
Some systems default to Ninja as a CMake generator, writing build.ninja files rather than Makefiles.

Probably fixes the Make error mentioned in NOAA-EMC#313.
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