From 795ab5c671e7e253602f5297d80fd3267b55b0e3 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 29 Apr 2020 10:23:37 -0400 Subject: [PATCH] [cmake] Add useful comments for dependency targets to config.cmake.in file --- share/cmake/app4triqs-config.cmake.in | 4 ++++ 1 file changed, 4 insertions(+) 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)