From 1ac5c875e40efe5e6028c210a01e039734073e67 Mon Sep 17 00:00:00 2001 From: Thomas Hahn Date: Wed, 28 Feb 2024 16:10:12 -0500 Subject: [PATCH] [cmake] Use unstable branch of cpp2py --- deps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index f6a3b895..e26dfbae 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -52,7 +52,7 @@ if(PythonSupport OR (NOT IS_SUBPROJECT AND Build_Documentation)) external_dependency(Cpp2Py GIT_REPO https://github.com/TRIQS/cpp2py VERSION 2.0 - GIT_TAG master + GIT_TAG unstable BUILD_ALWAYS EXCLUDE_FROM_ALL )