Skip to content

Commit

Permalink
Update Access3BinInstall.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice authored Jan 21, 2025
1 parent 21312b5 commit 042f7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Access3BinInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif()
find_package(Access3Share REQUIRED cdeps cmeps nuopc_cap_share share timing)
if(ENABLE_CICE6)
#TO-DO remove hardcoded IO_PIO ?
find_package(Cicelib REQUIRED COMPONENTS IO_PIO)
find_package(Cicelib REQUIRED COMPONENTS AccessCiceCmeps IO_PIO)
endif()
if(ENABLE_MOM6)
find_package(AccessMom6Cmeps REQUIRED)
Expand Down Expand Up @@ -119,4 +119,4 @@ foreach(CONF IN LISTS KnownConfigurations)
install(TARGETS OM3_${CONF}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
endforeach()
endforeach()

0 comments on commit 042f7c4

Please sign in to comment.