[Jderobot-admin] jderobot-r1084 - trunk
frivas en jderobot.org
frivas en jderobot.org
Jue Oct 31 15:15:23 CET 2013
Author: frivas
Date: 2013-10-31 15:15:23 +0100 (Thu, 31 Oct 2013)
New Revision: 1084
Modified:
trunk/CMakeLists.txt
Log:
#90 solved problems with the installation of libs with the SOVERSION property
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2013-10-30 17:22:13 UTC (rev 1083)
+++ trunk/CMakeLists.txt 2013-10-31 14:15:23 UTC (rev 1084)
@@ -110,12 +110,12 @@
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/stable/interfaces/cpp/jderobot/libJderobotInterfaces.so DESTINATION /usr/local/lib/jderobot)
# install all libraries
-FILE(GLOB LIB_FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/stable/libs/*/*.so)
+FILE(GLOB LIB_FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/stable/libs/*/*.so.*)
FOREACH (lib ${LIB_FILES})
INSTALL (FILES ${lib} DESTINATION /usr/local/lib/jderobot)
ENDFOREACH(lib)
-FILE(GLOB LIB_FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/stable/libs/visionlib/*/*.so)
+FILE(GLOB LIB_FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/stable/libs/visionlib/*/*.so.*)
FOREACH (lib ${LIB_FILES})
INSTALL (FILES ${lib} DESTINATION /usr/local/lib/jderobot)
ENDFOREACH(lib)
More information about the Jderobot-admin
mailing list