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

Add Clang support #25

Merged
merged 2 commits into from
Jun 5, 2019
Merged

Add Clang support #25

merged 2 commits into from
Jun 5, 2019

Conversation

letmaik
Copy link

@letmaik letmaik commented Jun 3, 2019

In this past we explicitly disabled Clang support due to some issue with the preprocessor. I tested it again with upstream Clang on Linux and Apple's Clang on macOS and there were no issues. Hence, this PR removes the check in the CMake script and adds the missing compiler configs for C. Note that two Clang configurations are needed, one named "Clang", the other "AppleClang", which is because CMake treats/identifies upstream Clang as different from Apple's Clang.

@letmaik letmaik merged commit 69b84fb into wrf-cmake Jun 5, 2019
@letmaik letmaik deleted the letmaik/clang branch June 5, 2019 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants