[Jderobot-admin] jderobot-r987 - trunk/src/stable/libs/parallelIce
rocapal en jderobot.org
rocapal en jderobot.org
Lun Sep 23 13:23:37 CEST 2013
Author: rocapal
Date: 2013-09-23 13:22:37 +0200 (Mon, 23 Sep 2013)
New Revision: 987
Modified:
trunk/src/stable/libs/parallelIce/CMakeLists.txt
Log:
#20 Fixed problem with 64bit compilations
Modified: trunk/src/stable/libs/parallelIce/CMakeLists.txt
===================================================================
--- trunk/src/stable/libs/parallelIce/CMakeLists.txt 2013-09-21 11:13:23 UTC (rev 986)
+++ trunk/src/stable/libs/parallelIce/CMakeLists.txt 2013-09-23 11:22:37 UTC (rev 987)
@@ -9,7 +9,7 @@
TARGET_LINK_LIBRARIES(parallelIce colorspacesmm)
add_library (parallelIceshare SHARED cameraClient.cpp cameraClient.h pointcloudClient.cpp pointcloudClient.h)
-TARGET_LINK_LIBRARIES(parallelIceshare colorspacesmm)
+TARGET_LINK_LIBRARIES(parallelIceshare colorspacesmmshare)
set_target_properties(parallelIceshare PROPERTIES OUTPUT_NAME parallelIce)
More information about the Jderobot-admin
mailing list