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

Change BUILD_TESTING to BUILD_CI_TESTING in CMake, to allow ufs-weather-model to use BUILD_TESTING #920

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

Conversation

edwardhartnett
Copy link
Collaborator

Description

BUILD_TESTING was used by @AlexanderRichert-NOAA to get the fv3atm special build working. It's necessary because fv3atm contains code that links to subcomponent code, and that doesn't build on its own.

But BUILD_TESTING is a standard CMake option that has other uses. So instead, we should use BUILD_CI_TESTING for our own home-rolled hackery to build fv3atm in the CI system.

Issue(s) addressed

Fixes #821

Testing

In CI

Dependencies

None.

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.

Adding -DBUILD_TESTING=ON or adding "include(CTest)" to CMakeLists.txt in ufs-weather-model breaks the build
3 participants