CMakeLists.txt: Remove non-existent udev dir from installation

It doesn't exist in our tree.
This commit is contained in:
Zhaofeng Li 2022-12-15 17:07:22 -07:00 committed by SoftFever
parent 8d7bb97eb9
commit 6b0c17d9e9

View file

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