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

[cmake] Require TRIQS 2.0

This commit is contained in:
Nils Wentzell 2018-05-26 23:54:30 +02:00
parent cd918159d1
commit cd7d01c4a9

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})