Skip to content

Commit

Permalink
Merge remote-tracking branch 'emc/develop' into feature/bufr12_acorn
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 12, 2024
2 parents ece2d0b + b0e3cba commit f89ce40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion modulefiles/gsi_acorn.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ load(pathJoin("python", python_ver))
load(pathJoin("prod_util", prod_util_ver))

load(pathJoin("netcdf", netcdf_ver))
load(pathJoin("bufr", bufr_ver))
load(pathJoin("bacio", bacio_ver))
load(pathJoin("w3emc", w3emc_ver))
load(pathJoin("sp", sp_ver))
Expand Down
2 changes: 2 additions & 0 deletions src/gsi/cmake/PackageConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# * @PROJECT_NAME@::gsi - GSI library target

# Include targets file. This will create IMPORTED target @PROJECT_NAME@
include("${CMAKE_CURRENT_LIST_DIR}/../mgbf/mgbf-targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/../mgbf/mgbf-config-version.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-config-version.cmake")
include(CMakeFindDependencyMacro)
Expand Down

0 comments on commit f89ce40

Please sign in to comment.