You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 oninput
when buildingairsea
. I don't thinkairsea
is needed in the turbulence library, right? So moving the following line after the check onGOTM_BUILD_LIBRARIES_ONLY
seems to fix this. I didn't check if this change breaks the building with FABM etc though... @bolding @jornbrcode/src/CMakeLists.txt
Line 52 in 7b8078b
The text was updated successfully, but these errors were encountered: