diff --git a/share/cmake/app4triqs-config.cmake.in b/share/cmake/app4triqs-config.cmake.in index c2f0a7b3..6837f5c1 100644 --- a/share/cmake/app4triqs-config.cmake.in +++ b/share/cmake/app4triqs-config.cmake.in @@ -13,6 +13,10 @@ set(APP4TRIQS_GIT_HASH @PROJECT_GIT_HASH@) # Root of the installation set(APP4TRIQS_ROOT @CMAKE_INSTALL_PREFIX@) +## Find the target dependencies +#include(CMakeFindDependencyMacro) +#find_dependency(...) + # Include the exported targets of this project include(@CMAKE_INSTALL_PREFIX@/lib/cmake/app4triqs/app4triqs-targets.cmake)