Skip to content

Commit

Permalink
Added missing find_dependency macro import
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cywinski committed May 9, 2017
1 parent d66acb0 commit 7788fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(tacopie CONFIG)
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
check_required_components("@PROJECT_NAME@")

0 comments on commit 7788fa2

Please sign in to comment.