mirror of
https://github.com/triqs/dft_tools
synced 2025-01-09 20:48:36 +01:00
Additional docs and cleaning in XXX-config.cmake.in file
This commit is contained in:
parent
ff9536bf91
commit
7f29a3f624
@ -1,5 +1,9 @@
|
|||||||
|
# This file allows other CMake Projects to find us
|
||||||
|
# We provide general project information
|
||||||
|
# and reestablish the exported CMake Targets
|
||||||
|
|
||||||
# Multiple inclusion guard
|
# Multiple inclusion guard
|
||||||
if (NOT APP4TRIQS_FOUND)
|
if(NOT APP4TRIQS_FOUND)
|
||||||
set(APP4TRIQS_FOUND True)
|
set(APP4TRIQS_FOUND True)
|
||||||
|
|
||||||
# version
|
# version
|
||||||
@ -9,12 +13,12 @@ set(APP4TRIQS_GIT_HASH @APP4TRIQS_GIT_HASH@)
|
|||||||
# Root of the installation
|
# Root of the installation
|
||||||
set(APP4TRIQS_ROOT @CMAKE_INSTALL_PREFIX@)
|
set(APP4TRIQS_ROOT @CMAKE_INSTALL_PREFIX@)
|
||||||
|
|
||||||
# include the exported targets of this project
|
# Include the exported targets of this project
|
||||||
include(@CMAKE_INSTALL_PREFIX@/lib/cmake/triqs/app4triqs-targets.cmake)
|
include(@CMAKE_INSTALL_PREFIX@/lib/cmake/triqs/app4triqs-targets.cmake)
|
||||||
|
|
||||||
MESSAGE(STATUS "Found APP4TRIQSConfig.cmake with version ${APP4TRIQS_VERSION}, hash = ${APP4TRIQS_GIT_HASH}")
|
MESSAGE(STATUS "Found APP4TRIQSConfig.cmake with version ${APP4TRIQS_VERSION}, hash = ${APP4TRIQS_GIT_HASH}")
|
||||||
|
|
||||||
# Documentation
|
# Was the Project built with Documentation?
|
||||||
set(APP4TRIQS_WITH_DOCUMENTATION @Build_Documentation@)
|
set(APP4TRIQS_WITH_DOCUMENTATION @Build_Documentation@)
|
||||||
|
|
||||||
endif (NOT APP4TRIQS_FOUND)
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user