Skip to content

Commit

Permalink
Added missing find_dependency for tacopie
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cywinski committed May 9, 2017
1 parent 3f1cbd9 commit d66acb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@PACKAGE_INIT@

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

0 comments on commit d66acb0

Please sign in to comment.