Skip to content

Commit

Permalink
optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyin authored and hzcyf committed Feb 4, 2024
1 parent 76dbcb4 commit 736ef45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
[submodule "src/orbbec/OrbbecSDK"]
path = src/orbbec/OrbbecSDK
url = https://github.com/orbbec/OrbbecSDK.git
branch = 1.8.x
branch = main
4 changes: 2 additions & 2 deletions src/orbbec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ endif()

install(FILES ${OrbbecSDK_RUNTIME_RESOURCE_FILES} DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES ${OrbbecSDK_SCRIPT_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/scripts)
install(FILES ${CMAKE_SOURCE_DIR}/README_INSTALL.md DESTINATION ${CMAKE_INSTALL_PREFIX} RENAME README.md)
install(FILES ${CMAKE_SOURCE_DIR}/Access_AKDK_Application_Software_with_Femto_Bolt.pdf DESTINATION ${CMAKE_INSTALL_PREFIX}/doc RENAME Access_AKDK_Application_Software_with_Femto_Bolt.pdf)
install(FILES ${CMAKE_SOURCE_DIR}/README_PUBLIC.md DESTINATION ${CMAKE_INSTALL_PREFIX} RENAME README.md)
install(FILES ${CMAKE_SOURCE_DIR}/doc/Access_AKDK_Application_Software_with_Femto_Bolt.pdf DESTINATION ${CMAKE_INSTALL_PREFIX}/doc RENAME Access_AKDK_Application_Software_with_Femto_Bolt.pdf)

if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
install(
Expand Down

0 comments on commit 736ef45

Please sign in to comment.