Skip to content

Commit

Permalink
Add typical "Found" message to CMake config file
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Jul 2, 2022
1 parent f48f569 commit a69c2f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/tr31Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ include(CMakeFindDependencyMacro)
check_required_components(tr31)

include("${CMAKE_CURRENT_LIST_DIR}/tr31Targets.cmake")

include(FindPackageHandleStandardArgs)
set(tr31_CONFIG ${CMAKE_CURRENT_LIST_FILE})
find_package_handle_standard_args(tr31 CONFIG_MODE)

0 comments on commit a69c2f1

Please sign in to comment.