remove single-version-externally-managed since it's not working for some reason

This commit is contained in:
Thomas Fussell 2017-07-12 23:15:11 -07:00
parent 0f5a1f7f20
commit 99add77d98

View File

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