Skip to content

Commit

Permalink
Add check_required_components(h5pp) to config.in as is recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Jun 5, 2021
1 parent 53be358 commit 85090d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/h5ppConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ if(H5PP_PACKAGE_MANAGER MATCHES "conan")
endif()
if(H5PP_PACKAGE_MANAGER MATCHES "find|fetch|cmake")
include(${CMAKE_CURRENT_LIST_DIR}/h5ppConfig.deps-cmake.cmake)
endif()
endif()

check_required_components(h5pp)

0 comments on commit 85090d9

Please sign in to comment.