[cmake] Require TRIQS 2.0

This commit is contained in:
Nils Wentzell 2018-05-26 23:54:30 +02:00
parent cd918159d1
commit cd7d01c4a9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ project(dft_tools C CXX Fortran)
set(BUILD_SHARED_LIBS ON)
# Load TRIQS and Cpp2Py
find_package(TRIQS 1.5 EXACT REQUIRED)
find_package(TRIQS 2.0 REQUIRED)
find_package(Cpp2Py REQUIRED)
if (NOT ${TRIQS_WITH_PYTHON_SUPPORT})