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

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

Open
mark-a-potts opened this issue Apr 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mark-a-potts
Copy link
Contributor

I would like to add a couple of ctests at the atmos_cubed_sphere level that would feed up/be recognized at the top level of the ufs-weather-model build. However, when I add "include(CTest)" to the CMakeLists.txt file in ufs-weather-model, this sets BUILD_TESTING=ON and FV3 tries to build the ci tests and that fails.

Can we either fix the ci section so that it builds with a normal, out-of-the-box build, or change the "BUILD_TESTING" variable to something like "BUILD_CI_TESTING"?

@mark-a-potts mark-a-potts added the bug Something isn't working label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant