[cmake] Use unstable branch of cpp2py

This commit is contained in:
Thomas Hahn 2024-02-28 16:10:12 -05:00
parent d202f698fe
commit 1ac5c875e4
1 changed files with 1 additions and 1 deletions

2
deps/CMakeLists.txt vendored
View File

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