Skip to content

Commit a7d2c41

Browse files
committed
Fixed bug with pcl deps in pclRGBDServer component
(ref #8)
1 parent 059ad75 commit a7d2c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stable/components/pclRGBDServer/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(pcl_openni)
1818
TARGET_LINK_LIBRARIES(pclRGBDServer
1919
${CMAKE_THREAD_LIBS_INIT}
2020
${ZeroCIce_LIBRARIES}
21-
${pcl_LIBRARIES}
21+
${PCL_LIBRARIES}
2222
${OpenCV_LIBRARIES}
2323
JderobotInterfaces
2424
jderobotutil

0 commit comments

Comments
 (0)