[openrtm-commit:02468] r688 - in trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake: . idl

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


Author: ga
Date: 2017-02-21 12:20:13 +0900 (Tue, 21 Feb 2017)
New Revision: 688

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/idl/IdlCMakeLists.txt.vsl
Log:
Modified generated CMakeFile for CPack #2569

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-02-20 02:00:33 UTC (rev 687)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl	2017-02-21 03:20:13 UTC (rev 688)
@@ -13,8 +13,8 @@
 set(PROJECT_AUTHOR "${rtcParam.vender}")
 set(PROJECT_AUTHOR_SHORT "${rtcParam.vender}")
 
-set(PROJECT_MAINTAINER "Noriaki Ando <n-ando at aist.go.jp>")
-set(PROJECT_TYPE "c++/opencv-rtcs")
+set(PROJECT_MAINTAINER "unknown")
+set(PROJECT_TYPE "c++/${rtcParam.category}")
 
 ${sharp} Add an "uninstall" target
 CONFIGURE_FILE ("${dol}{PROJECT_SOURCE_DIR}/cmake/uninstall_target.cmake.in"

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/idl/IdlCMakeLists.txt.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/idl/IdlCMakeLists.txt.vsl	2017-02-20 02:00:33 UTC (rev 687)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/idl/IdlCMakeLists.txt.vsl	2017-02-21 03:20:13 UTC (rev 688)
@@ -49,7 +49,7 @@
 
 OPENRTM_COMPILE_IDL_FILES(${dol}{idls})
 set(ALL_IDL_SRCS ${dol}{ALL_IDL_SRCS} PARENT_SCOPE)
-FILTER_LIST("${dol}{ALL_IDL_SRCS}" "hh${dol}" idl_headers)
+FILTER_LIST("ALL_IDL_SRCS" "hh${dol}" idl_headers)
 install(FILES ${dol}{idl_headers}
     DESTINATION ${dol}{INC_INSTALL_DIR}/${dol}{PROJECT_NAME_LOWER}/idl
     COMPONENT headers)



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