mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 12:55:17 +01:00
[cmake] Exported targets should live in project namespace
This commit is contained in:
parent
4f863dc2a5
commit
a2767f16c8
@ -7,4 +7,4 @@ install(
|
|||||||
DESTINATION lib/cmake/app4triqs
|
DESTINATION lib/cmake/app4triqs
|
||||||
)
|
)
|
||||||
|
|
||||||
install(EXPORT app4triqs-targets DESTINATION lib/cmake/app4triqs)
|
install(EXPORT app4triqs-targets NAMESPACE app4triqs:: DESTINATION lib/cmake/app4triqs)
|
||||||
|
Loading…
Reference in New Issue
Block a user