3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

[cmake] Cpp2py should be a BUILD_ALWAYS dependency

This commit is contained in:
Nils Wentzell 2020-05-13 15:42:02 -04:00
parent 35f0e35b0b
commit 9b76ce9c4c

1
deps/CMakeLists.txt vendored
View File

@ -60,6 +60,7 @@ if(PythonSupport OR Build_Documentation)
GIT_REPO https://github.com/TRIQS/cpp2py
VERSION 2.0
GIT_TAG master
BUILD_ALWAYS
EXCLUDE_FROM_ALL
)
endif()