From d64b27495eb5b85adde38c5ebc57c5b8a6594b90 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 16 Apr 2019 16:56:44 -0400 Subject: [PATCH] Bump cpp2py version requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d65ac171..18eb0de3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}))