Skip to content

Commit 6b88acf

Browse files
committed
Remove unused openni dependency
1 parent f215e35 commit 6b88acf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ include_directories(
2626
${Boost_INCLUDE_DIRS}
2727
${GTSAM_INCLUDE_DIR}
2828
${PCL_COMMON_INCLUDE_DIRS}
29-
${OPENNI_INCLUDE_DIRS}
3029
)
3130

3231
set (library_srcs
@@ -64,7 +63,6 @@ add_library(${library_name} SHARED
6463

6564
target_link_libraries(${library_name}
6665
${PCL_LIBRARIES}
67-
${OPENNI_LIBRARIES}
6866
gtsam
6967
${Boost_LIBRARIES}
7068
${TBB_LIBRARIES}
@@ -90,7 +88,6 @@ target_link_libraries(omnimapper_test
9088
${library_name}
9189
${PCL_LIBRARIES}
9290
${Boost_LIBRARIES}
93-
${OPENNI_LIBRARIES}
9491
gtsam
9592
${TBB_LIBRARIES}
9693
)

0 commit comments

Comments
 (0)