Skip to content

Commit

Permalink
Fix PackageConfig.cmake.in to include mgbf
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Oct 15, 2024
1 parent 665f9b4 commit 4936050
Showing 1 changed file with 2 additions and 0 deletions.
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 4936050

Please sign in to comment.