[openrtm-commit:03180] r3225 - branches/RELENG_1_2/OpenRTM-aist/utils/cmake

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 2月 21日 (水) 22:47:26 JST


Author: kawauchi
Date: 2018-02-21 22:47:26 +0900 (Wed, 21 Feb 2018)
New Revision: 3225

Modified:
   branches/RELENG_1_2/OpenRTM-aist/utils/cmake/Makefile.am
Log:
[compat,->trunk] OpenRTMConfig.cmake has been updated. refs #4432

Modified: branches/RELENG_1_2/OpenRTM-aist/utils/cmake/Makefile.am
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/utils/cmake/Makefile.am	2018-02-20 18:47:24 UTC (rev 3224)
+++ branches/RELENG_1_2/OpenRTM-aist/utils/cmake/Makefile.am	2018-02-21 13:47:26 UTC (rev 3225)
@@ -82,7 +82,8 @@
 	${prefix}/include  \
 	${coil_includedir} \
 	${rtm_includedir}  \
-	${rtm_includedir}/rtm/idl
+	${rtm_includedir}/rtm/idl \
+	${rtm_includedir}/rtm/ext
 OPENRTM_LDFLAGS_=`echo "${LDFLAGS}" | sed -e 's/\-L[^ ]*//g'`
 OPENRTM_LIBRARY_DIRS=${prefix}/lib
 OPENRTM_LIBRARIES_=`echo ${LIBS} RTC coil rtmCamera rtmManipulator | sed -e 's/\-l\([^ ]*\)/\1/g'`



More information about the openrtm-commit mailing list