We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f215e35 commit 6b88acfCopy full SHA for 6b88acf
CMakeLists.txt
@@ -26,7 +26,6 @@ include_directories(
26
${Boost_INCLUDE_DIRS}
27
${GTSAM_INCLUDE_DIR}
28
${PCL_COMMON_INCLUDE_DIRS}
29
- ${OPENNI_INCLUDE_DIRS}
30
)
31
32
set (library_srcs
@@ -64,7 +63,6 @@ add_library(${library_name} SHARED
64
63
65
target_link_libraries(${library_name}
66
${PCL_LIBRARIES}
67
- ${OPENNI_LIBRARIES}
68
gtsam
69
${Boost_LIBRARIES}
70
${TBB_LIBRARIES}
@@ -90,7 +88,6 @@ target_link_libraries(omnimapper_test
90
88
${library_name}
91
89
92
93
94
95
96
0 commit comments