Skip to content

Commit

Permalink
Merge pull request #4644 from jedwards4b/remove_esmf_wrf_timemanager
Browse files Browse the repository at this point in the history
no longer required, remove from unit testing
  • Loading branch information
jedwards4b authored Jun 20, 2024
2 parents 45bfde8 + f571f7c commit 67ade4a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.14)
include(ExternalProject)
set(CIME_ROOT "${CMAKE_CURRENT_SOURCE_DIR}")

Expand Down Expand Up @@ -37,14 +37,5 @@ else()
include_directories(${SRC_ROOT}/share/include)
endif()

# esmf_wrf_timemgr not built here because it depends on csm_share.
if (EXISTS ${SRC_ROOT}/share/src/esmf_wrf_timemgr)
add_subdirectory(${SRC_ROOT}/share/src/esmf_wrf_timemgr esmf_wrf_timemgr)
include_directories(${SRC_ROOT}/share/src/esmf_wrf_timemgr)
else()
add_subdirectory(${SRC_ROOT}/share/esmf_wrf_timemgr esmf_wrf_timemgr)
include_directories(${SRC_ROOT}/share/esmf_wrf_timemgr)
endif()

# Now the actual test directories.
add_subdirectory(${SRC_ROOT}/share/test/unit ${CMAKE_BINARY_DIR}/unittests)

0 comments on commit 67ade4a

Please sign in to comment.