2018-03-23 16:59:38 +01:00
|
|
|
# Multiple inclusion guard
|
|
|
|
if (NOT APP4TRIQS_FOUND)
|
|
|
|
set(APP4TRIQS_FOUND True)
|
|
|
|
|
|
|
|
# version
|
|
|
|
set(APP4TRIQS_VERSION @APP4TRIQS_VERSION@)
|
|
|
|
set(APP4TRIQS_GIT_HASH @APP4TRIQS_GIT_HASH@)
|
|
|
|
|
|
|
|
# Root of the installation
|
|
|
|
set(APP4TRIQS_ROOT @CMAKE_INSTALL_PREFIX@)
|
|
|
|
|
|
|
|
# include the exported targets of this project
|
2018-11-28 19:02:26 +01:00
|
|
|
include(@CMAKE_INSTALL_PREFIX@/lib/cmake/triqs/app4triqs-targets.cmake)
|
2018-03-23 16:59:38 +01:00
|
|
|
|
|
|
|
MESSAGE(STATUS "Found APP4TRIQSConfig.cmake with version ${APP4TRIQS_VERSION}, hash = ${APP4TRIQS_GIT_HASH}")
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
set(APP4TRIQS_WITH_DOCUMENTATION @Build_Documentation@)
|
|
|
|
|
|
|
|
endif (NOT APP4TRIQS_FOUND)
|