[openrtm-commit:02471] r691 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 21日 (火) 12:21:59 JST


Author: ga
Date: 2017-02-21 12:21:59 +0900 (Tue, 21 Feb 2017)
New Revision: 691

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake/CMakeLists.txt.vsl
Log:
Modified generated CMakeFile for CPack #2569

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake/CMakeLists.txt.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake/CMakeLists.txt.vsl	2017-02-21 03:21:44 UTC (rev 690)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake/CMakeLists.txt.vsl	2017-02-21 03:21:59 UTC (rev 691)
@@ -18,7 +18,8 @@
 set(RTC_LANG "${helper.toLower(${rtcParam.language})}")
 set(RTC_DESCRIPTION "${rtcParam.description}")
 set(RTC_VENDOR "${rtcParam.vender}")
-set(RTC_MAINTAINER "author at example.com")
+set(RTC_MAINTAINER "unknown")
+set(PROJECT_TYPE "python/${rtcParam.category}")
 
 string(TOLOWER ${dol}{RTC_NAME} PACKAGE_NAME)
 set(PACKAGE_VERSION "${dol}{RTC_VERSION_MAJOR}.${dol}{RTC_VERSION_MINOR}.${dol}{RTC_VERSION_PATCH}")



openrtm-commit メーリングリストの案内