Skip to content

Commit

Permalink
changed util to ufs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Vertenstein committed Nov 15, 2021
1 parent 7170c76 commit e703499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(BLD_STANDALONE)
endif()

target_include_directories (cmeps PUBLIC ${ESMF_F90COMPILEPATHS})
target_include_directories (cmeps PUBLIC "${CMAKE_BINARY_DIR}/util")
target_include_directories (cmeps PUBLIC "${CMAKE_BINARY_DIR}/ufs")
target_include_directories (cmeps PUBLIC ${PIO_Fortran_INCLUDE_DIR})

install(TARGETS cmeps
Expand Down

0 comments on commit e703499

Please sign in to comment.