Skip to content

Commit b2faac1

Browse files
committed
ADD: open3d as submodule into diffcheck
1 parent 702b3c2 commit b2faac1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
path = deps/googletest
33
url = https://github.com/google/googletest
44
branch = main
5+
[submodule "deps/open3d"]
6+
path = deps/open3d
7+
url = https://github.com/diffCheckOrg/submodule-open3d.git

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ target_include_directories(${APP_NAME_EXE}
6969
# Tests
7070
#--------------------------------------------------------------------------
7171

72-
include(CTest)
73-
enable_testing()
72+
# include(CTest)
73+
# enable_testing()
7474

7575
# add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests/global_registrations)

deps/open3d

Submodule open3d added at 547fded

0 commit comments

Comments
 (0)