3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-21 20:03:41 +01:00

[cmake] Update Cpp2Py branch to main and bump version req

This commit is contained in:
Nils Wentzell 2024-08-13 17:33:13 -04:00
parent 80f1ebe965
commit 6e2428ef20

4
deps/CMakeLists.txt vendored
View File

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