mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
remove single-version-externally-managed since it's not working for some reason
This commit is contained in:
parent
0f5a1f7f20
commit
99add77d98
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user