[Jderobot-admin] jderobot-r1053 - trunk/src/stable/components/pclRGBDServer

rocapal en jderobot.org rocapal en jderobot.org
Mar Oct 15 10:51:04 CEST 2013


Author: rocapal
Date: 2013-10-15 10:51:04 +0200 (Tue, 15 Oct 2013)
New Revision: 1053

Modified:
   trunk/src/stable/components/pclRGBDServer/CMakeLists.txt
Log:
added pthread lib


Modified: trunk/src/stable/components/pclRGBDServer/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/pclRGBDServer/CMakeLists.txt	2013-10-15 08:16:10 UTC (rev 1052)
+++ trunk/src/stable/components/pclRGBDServer/CMakeLists.txt	2013-10-15 08:51:04 UTC (rev 1053)
@@ -16,13 +16,14 @@
     add_executable (pclRGBDServer  ${SOURCE_FILES})
 
     TARGET_LINK_LIBRARIES(pclRGBDServer 
+      ${CMAKE_THREAD_LIBS_INIT}
       ${ZeroCIce_LIBRARIES}
       ${pcl_LIBRARIES}
       ${OpenCV_LIBRARIES}
       JderobotInterfaces
       jderobotutil
       ${openni_LIBRARIES}
-	  ${Boost_LIBRARIES}
+      ${Boost_LIBRARIES}
     )
 
 endif()



More information about the Jderobot-admin mailing list