CMakeLists.txt: Remove non-existent udev dir from installation
It doesn't exist in our tree.
This commit is contained in:
parent
a78bed0fd7
commit
920241f0d4
1 changed files with 0 additions and 1 deletions
|
@ -704,7 +704,6 @@ elseif (SLIC3R_FHS)
|
|||
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/${SIZE}x${SIZE}/apps RENAME BambuStudio.png
|
||||
)
|
||||
endforeach()
|
||||
install(DIRECTORY ${SLIC3R_RESOURCES_DIR}/udev/ DESTINATION lib/udev/rules.d)
|
||||
elseif (CMAKE_MACOSX_BUNDLE)
|
||||
install(DIRECTORY "${SLIC3R_RESOURCES_DIR}/" DESTINATION "${CMAKE_INSTALL_PREFIX}/BambuStudio.app/Contents/resources")
|
||||
else ()
|
||||
|
|
Loading…
Reference in a new issue