Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonHyeongP committed Sep 3, 2024
1 parent 30bd37e commit 4b92a4c
Showing 1 changed file with 6 additions and 6 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

0 comments on commit 4b92a4c

Please sign in to comment.