Skip to content

Commit 110bd8c

Browse files
Update upp version, and add BUILD_TESTING option to prevent build of UPP testing (NOAA-EMC#1114)
Updated UPP version to develop as of 2026-05-15. Also adds a `BUILD_TESTING=NO` flag to the UPP build to prevent build of UPP unit tests. These assume the root CMAKE path is upp, which leads to errors during build with unfound fix files.
1 parent 81b58ad commit 110bd8c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ if (FV3)
118118

119119
if(INLINE_POST)
120120
set(BUILD_POSTEXEC OFF)
121+
set(BUILD_TESTING OFF)
121122
find_package(crtm REQUIRED)
122123
if (TARGET crtm)
123124
add_library(crtm::crtm ALIAS crtm)

upp

Submodule upp updated 187 files

0 commit comments

Comments
 (0)