3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-11 05:43:48 +02:00

[cmake] Exported targets should live in project namespace

This commit is contained in:
Nils Wentzell 2019-08-06 11:32:02 -04:00
parent 4f863dc2a5
commit a2767f16c8

View File

@ -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)