From 13cfbe914f20af18bbbfc0034e7bda37e02ffc5e Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Tue, 11 Jul 2017 22:14:13 -0700 Subject: [PATCH] but it does depend on xlnt... --- xlntpyarrow/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/xlntpyarrow/CMakeLists.txt b/xlntpyarrow/CMakeLists.txt index 1cdcae84..47d84a93 100644 --- a/xlntpyarrow/CMakeLists.txt +++ b/xlntpyarrow/CMakeLists.txt @@ -10,4 +10,5 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/setup.py.cmake" add_custom_target(xlntpyarrow ALL COMMAND python setup.py build + DEPENDS xlnt SOURCES xlntpyarrow.cpp setup.py.cmake)