Skip to content

Commit

Permalink
Merge pull request #247 from NOAA-EMC/bugfix/w3emc-cmake-dependency
Browse files Browse the repository at this point in the history
Add find_dependency(w3emc)
  • Loading branch information
kgerheiser authored Jul 5, 2022
2 parents 5271628 + cbe618b commit a8bdf75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/PackageConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ include(CMakeFindDependencyMacro)

find_dependency(PNG)
find_dependency(bacio)
find_dependency(w3emc)

get_target_property(@PROJECT_NAME@_BUILD_TYPES @PROJECT_NAME@::@PROJECT_NAME@_4 IMPORTED_CONFIGURATIONS)

Expand Down

0 comments on commit a8bdf75

Please sign in to comment.