Skip to content

Commit

Permalink
added to PackageConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Feb 28, 2023
1 parent f46942a commit 542e838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/PackageConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ check_required_components("@PROJECT_NAME@")

find_dependency(bacio)

if(@BUILD_WITH_BUFR@)
find_dependency(bufr)
endif()

get_target_property(location @PROJECT_NAME@::@PROJECT_NAME@_4 LOCATION)
message(STATUS "Found @PROJECT_NAME@: ${location} (found version \"@PROJECT_VERSION@\")")

0 comments on commit 542e838

Please sign in to comment.