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

CMake in turbulence library mode #20

Open
qingli411 opened this issue Mar 22, 2021 · 0 comments
Open

CMake in turbulence library mode #20

qingli411 opened this issue Mar 22, 2021 · 0 comments

Comments

@qingli411
Copy link
Contributor

Building only the turbulence library using cmake with -DGOTM_BUILD_LIBRARIES_ONLY=true fails in the v6.0.0 release (and the master branch as well) due to a missing dependency on input when building airsea. I don't think airsea is needed in the turbulence library, right? So moving the following line after the check on GOTM_BUILD_LIBRARIES_ONLY seems to fix this. I didn't check if this change breaks the building with FABM etc though... @bolding @jornbr

add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/airsea airsea)

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

No branches or pull requests

1 participant