Skip to content

Commit

Permalink
jedi-ufs with ccpp-physics submodule update (contains #201) (#211)
Browse files Browse the repository at this point in the history
* updated CMakeLists.txt
* Changes for JEDI linking/control
* Update .gitmodules and submodule pointer for ccpp-physics for code review and testing
* Revert change to .gitmodules and update submodule pointer for ccpp-physics

Co-authored-by: Mark Potts <[email protected]>
  • Loading branch information
climbfuji and mark-a-potts authored Dec 11, 2020
1 parent d10e450 commit babf6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ if(CCPP)
add_dependencies(ccppphys ccpp)
target_include_directories(fv3dycore PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/ccpp/framework/src
${CMAKE_CURRENT_BINARY_DIR}/ccpp/driver)
target_link_libraries(ccppphys PRIVATE sp::sp_d
w3nco::w3nco_d)
target_link_libraries(ccppphys PUBLIC sp::sp_d
w3nco::w3nco_d)
endif()

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion ccpp/physics

0 comments on commit babf6dc

Please sign in to comment.