Skip to content

Commit

Permalink
bugfix: copy "99-realsense-libusb.rules" to "/etc/udev/rules.d/" in i…
Browse files Browse the repository at this point in the history
…nstall time
  • Loading branch information
GeonHyeongP committed Sep 3, 2024
1 parent 3d89512 commit 8f57b81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CMake/install_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ if(BUILD_FRAMOS_CODE)
DESTINATION ${SOURCE_DEST}
)

if (UNIX)
install(FILES
${PROJECT_SOURCE_DIR}/config/99-realsense-libusb.rules
DESTINATION /etc/udev/rules.d/
)
endif()
# if (UNIX)
# install(FILES
# ${PROJECT_SOURCE_DIR}/config/99-realsense-libusb.rules
# DESTINATION /etc/udev/rules.d/
# )
# endif()
endif()

install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/librealsense2
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if(${FORCE_LIBUVC} OR ${FORCE_WINUSB_UVC} OR ${ANDROID_USB_HOST_UVC})
endif()

set( BUILD_FRAMOS_CODE ON )
set( BUILD_EXAMPLES ON )

# Checking Internet connection, as TM2 needs to download the FW from amazon cloud
if(BUILD_WITH_TM2 AND NOT INTERNET_CONNECTION)
Expand Down

0 comments on commit 8f57b81

Please sign in to comment.