From 6e2428ef200d89e3d672c5391fa4d61e25c65de5 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 13 Aug 2024 17:33:13 -0400 Subject: [PATCH] [cmake] Update Cpp2Py branch to main and bump version req --- deps/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index e26dfba..392370c 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -51,8 +51,8 @@ endif() if(PythonSupport OR (NOT IS_SUBPROJECT AND Build_Documentation)) external_dependency(Cpp2Py GIT_REPO https://github.com/TRIQS/cpp2py - VERSION 2.0 - GIT_TAG unstable + VERSION 3.3 + GIT_TAG main BUILD_ALWAYS EXCLUDE_FROM_ALL )