We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a34d19 commit e49cee9Copy full SHA for e49cee9
model/src/CMakeLists.txt
@@ -178,6 +178,7 @@ endif()
178
179
if("PIO" IN_LIST switches)
180
target_sources(ww3_lib PRIVATE ${pio_src})
181
+ target_link_libraries(ww3_lib PUBLIC PIO::PIO_Fortran)
182
endif()
183
184
# Handle PDLIB, SCRIP, SCRIPNC build files directly instead of through configuration file
0 commit comments