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
CMEPS, CDEPS, CICE, and MOM6 do not inherit CMAKE__FLAGS from the top level build and there is no way to specify new flags like "-fPIC" when linking to other applications like JEDI>
Solution
Change CMakeLists.txt files to inherit flags from top level
Alternatives
The "-fPIC" flag could be added to each CMakeLists.txt file directly, but that would not allow for any flexibility
The text was updated successfully, but these errors were encountered:
Description
CMEPS, CDEPS, CICE, and MOM6 do not inherit CMAKE__FLAGS from the top level build and there is no way to specify new flags like "-fPIC" when linking to other applications like JEDI>
Solution
Change CMakeLists.txt files to inherit flags from top level
Alternatives
The "-fPIC" flag could be added to each CMakeLists.txt file directly, but that would not allow for any flexibility
The text was updated successfully, but these errors were encountered: