We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702b3c2 commit b2faac1Copy full SHA for b2faac1
.gitmodules
@@ -2,3 +2,6 @@
2
path = deps/googletest
3
url = https://github.com/google/googletest
4
branch = main
5
+[submodule "deps/open3d"]
6
+ path = deps/open3d
7
+ url = https://github.com/diffCheckOrg/submodule-open3d.git
CMakeLists.txt
@@ -69,7 +69,7 @@ target_include_directories(${APP_NAME_EXE}
69
# Tests
70
#--------------------------------------------------------------------------
71
72
-include(CTest)
73
-enable_testing()
+# include(CTest)
+# enable_testing()
74
75
# add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests/global_registrations)
deps/open3d
0 commit comments