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

cmake : package TRIQS is required

This commit is contained in:
Olivier Parcollet 2013-07-29 12:26:52 +02:00
parent 319b8ea8ec
commit 237fabae59

View File

@ -8,7 +8,7 @@ set(CMAKE_BUILD_TYPE Release)
enable_testing()
# Load TRIQS, including all predefined variables from TRIQS installation
find_package(TRIQS)
find_package(TRIQS REQUIRED)
if (NOT ${TRIQS_WITH_PYTHON_SUPPORT})
MESSAGE(FATAL_ERROR "Wien2TRIQS require Python support in TRIQS")