3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

[cmake] Set global property APP4TRIQS_FOUND to TRUE in app4triqs-config.cmake

This commit is contained in:
Nils Wentzell 2020-05-07 17:34:10 -04:00
parent 422ac1c0ad
commit be63b6ce24

View File

@ -4,7 +4,8 @@
# Multiple inclusion guard
if(NOT APP4TRIQS_FOUND)
set(APP4TRIQS_FOUND True)
set(APP4TRIQS_FOUND TRUE)
set_property(GLOBAL PROPERTY APP4TRIQS_FOUND TRUE)
# version
set(APP4TRIQS_VERSION @PROJECT_VERSION@)