From a2767f16c824858e4f1b1391774b200200fcc81f Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 6 Aug 2019 11:32:02 -0400 Subject: [PATCH] [cmake] Exported targets should live in project namespace --- share/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/cmake/CMakeLists.txt b/share/cmake/CMakeLists.txt index 062ed6c6..bf97bfb8 100644 --- a/share/cmake/CMakeLists.txt +++ b/share/cmake/CMakeLists.txt @@ -7,4 +7,4 @@ install( DESTINATION lib/cmake/app4triqs ) -install(EXPORT app4triqs-targets DESTINATION lib/cmake/app4triqs) +install(EXPORT app4triqs-targets NAMESPACE app4triqs:: DESTINATION lib/cmake/app4triqs)