Skip to content

Commit

Permalink
Update CMake for MOM6
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-cda committed Feb 5, 2024
1 parent 0c7c64a commit 90ef336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ else()
endif()
target_link_libraries(OCN.letkf PUBLIC ${OCNLETKF_LD_LIBS})
set_target_properties (OCN.letkf PROPERTIES Fortran_PREPROCESS ON) # Need to preprocess .f90 files for ifdef on next line
target_compile_definitions(OCN.letkf PRIVATE DYNAMIC)
target_compile_definitions(OCN.letkf PRIVATE DYNAMIC MOM6)
install(TARGETS OCN.letkf)

## Programs
Expand Down

0 comments on commit 90ef336

Please sign in to comment.