From 99add77d98f3d3f5884fd678f863f743cd9c69d3 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Wed, 12 Jul 2017 23:15:11 -0700 Subject: [PATCH] remove single-version-externally-managed since it's not working for some reason --- xlntpyarrow/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlntpyarrow/CMakeLists.txt b/xlntpyarrow/CMakeLists.txt index f4cb2a08..67cee9fb 100644 --- a/xlntpyarrow/CMakeLists.txt +++ b/xlntpyarrow/CMakeLists.txt @@ -11,6 +11,6 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/setup.py.cmake" "${CMAKE_CURRENT_BINARY_DIR}/setup.py") add_custom_target(xlntpyarrow ALL - COMMAND python setup.py install --single-version-externally-managed --record=record.txt + COMMAND python setup.py install --record=record.txt DEPENDS xlnt SOURCES xlntpyarrow.cpp setup.py.cmake)