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

Bump cpp2py version requirement

This commit is contained in:
Nils Wentzell 2019-04-16 16:56:44 -04:00
parent 9e606ab9ca
commit d64b27495e

View File

@ -25,7 +25,7 @@ add_compile_options(-Wall
# Load Dependencies
find_package(TRIQS 2.2 REQUIRED)
find_package(Cpp2Py 1.5 REQUIRED)
find_package(Cpp2Py 1.6 REQUIRED)
# Default Install directory to TRIQS_ROOT if not given or invalid.
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT OR (NOT IS_ABSOLUTE ${CMAKE_INSTALL_PREFIX}))