Skip to content

Commit 0462755

Browse files
committed
update version ifno
1 parent 4d35708 commit 0462755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

map_eval/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_BUILD_TYPE Release)
66

77
#if you can not find your open3d install path, just mannually set it
8-
set(Open3D_DIR "/home/xchu/xicp_ws/devel/.private/open3d_catkin/lib/cmake/Open3D")
9-
message(STATUS "LTLoc: Set Open3D_DIR to ${Open3D_DIR}") # 打印信息,确认设置生效
8+
#set(Open3D_DIR "/home/xchu/xicp_ws/devel/.private/open3d_catkin/lib/cmake/Open3D")
9+
#message(STATUS "LTLoc: Set Open3D_DIR to ${Open3D_DIR}") # 打印信息,确认设置生效
1010

1111
find_package(Open3D REQUIRED)
1212
find_package(Eigen3 REQUIRED)

0 commit comments

Comments
 (0)