We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c170be6 commit 6ab32daCopy full SHA for 6ab32da
CMakeLists.txt
@@ -16,7 +16,7 @@ FetchContent_Declare(
16
GIT_TAG "v2.11.1")
17
FetchContent_Declare(
18
m3t
19
- GIT_REPOSITORY "https://github.com/DLR-RM/3DObjectTracking.git"
+ GIT_REPOSITORY "https://github.com/agimus-project/3DObjectTracking"
20
GIT_TAG "master"
21
SOURCE_SUBDIR "M3T" CMAKE_ARGS "-DUSE_AZURE_KINECT=${USE_AZURE_KINECT}"
22
"-DUSE_REALSENSE=${USE_REALSENSE}" "-DUSE_GTEST=${USE_GTEST}")
0 commit comments