mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 12:55:17 +01:00
[cmake] Set global property APP4TRIQS_FOUND to TRUE in app4triqs-config.cmake
This commit is contained in:
parent
422ac1c0ad
commit
be63b6ce24
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
# Multiple inclusion guard
|
# Multiple inclusion guard
|
||||||
if(NOT APP4TRIQS_FOUND)
|
if(NOT APP4TRIQS_FOUND)
|
||||||
set(APP4TRIQS_FOUND True)
|
set(APP4TRIQS_FOUND TRUE)
|
||||||
|
set_property(GLOBAL PROPERTY APP4TRIQS_FOUND TRUE)
|
||||||
|
|
||||||
# version
|
# version
|
||||||
set(APP4TRIQS_VERSION @PROJECT_VERSION@)
|
set(APP4TRIQS_VERSION @PROJECT_VERSION@)
|
||||||
|
Loading…
Reference in New Issue
Block a user