[openrtm-commit:02681] r749 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 7月 13日 (木) 11:19:06 JST


Author: ga
Date: 2017-07-13 11:19:06 +0900 (Thu, 13 Jul 2017)
New Revision: 749

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl
Log:
Modified CMakeLists.txt #4134

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl	2017-07-13 02:08:44 UTC (rev 748)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl	2017-07-13 02:19:06 UTC (rev 749)
@@ -15,7 +15,11 @@
 set(PROJECT_SHORT_VER ${dol}{PROJECT_VERSION_MAJOR}${dol}{PROJECT_VERSION_MINOR}${dol}{PROJECT_VERSION_REVISION})
 set(PROJECT_DESCRIPTION "${rtcParam.description}")
 set(PROJECT_VENDOR "${rtcParam.vender}")
+#if( ${rtcParam.docCreator.length()} > 0 )
+set(PROJECT_MAINTAINER "${rtcParam.docCreator}")
+#else
 set(PROJECT_MAINTAINER "unknown")
+#end
 set(PROJECT_TYPE "c++/${rtcParam.category}")
 
 find_package(OpenRTM)



More information about the openrtm-commit mailing list