mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
cmake : package TRIQS is required
This commit is contained in:
parent
319b8ea8ec
commit
237fabae59
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user