mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-30 08:11:58 +08:00
Don't install to /cura subdirectory of site-packages
That's already done by the directory name itself. Contributes to issue CURA-3368.
This commit is contained in:
parent
6484df3e60
commit
fa266969eb
@ -51,7 +51,7 @@ if(NOT APPLE AND NOT WIN32)
|
||||
FILES_MATCHING PATTERN *.py)
|
||||
else()
|
||||
install(DIRECTORY cura
|
||||
DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura
|
||||
DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages
|
||||
FILES_MATCHING PATTERN *.py)
|
||||
endif()
|
||||
install(FILES ${CMAKE_BINARY_DIR}/CuraVersion.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user