From 9b76ce9c4c43e6d07dbc3b37e275650ebee6479c Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 13 May 2020 15:42:02 -0400 Subject: [PATCH] [cmake] Cpp2py should be a BUILD_ALWAYS dependency --- deps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 2c9286c0..3cf8cb58 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -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()