Skip to content

Commit c69e4e5

Browse files
committed
remove GPU clause for building zm
1 parent 2a8c37e commit c69e4e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/eamxx/src/physics/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ if (SCREAM_DOUBLE_PRECISION)
1010
add_subdirectory(cosp)
1111
add_subdirectory(tms)
1212
add_subdirectory(iop_forcing)
13-
if (NOT EAMXX_ENABLE_GPU)
14-
add_subdirectory(zm)
15-
endif()
13+
add_subdirectory(zm)
1614
else()
1715
message(STATUS "WARNING: RRTMGP, COSP, TMS, ZM, and IOPForcing only supported for double precision builds; skipping")
1816
endif()

0 commit comments

Comments
 (0)