Skip to content

Commit

Permalink
move cmake to configuration/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Jan 22, 2025
1 parent e99c87d commit 06b34dd
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ if(OpenMP_Fortran_FOUND)
target_link_libraries(cicelib PUBLIC OpenMP::OpenMP_Fortran)
endif()

set(CICE_CORE "${CMAKE_SOURCE_DIR}/../cicecore")
set(ICEPACK "${CMAKE_SOURCE_DIR}/../icepack")
set(CICE_CORE "${CMAKE_SOURCE_DIR}/../../../cicecore")
set(ICEPACK "${CMAKE_SOURCE_DIR}/../../../icepack")

target_sources(cicelib PRIVATE
# Shared List:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 06b34dd

Please sign in to comment.