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

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 2月 7日 (木) 00:14:04 JST


Author: n-ando
Date: 2013-02-07 00:14:04 +0900 (Thu, 07 Feb 2013)
New Revision: 415

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl
Log:
Reverted r377 modification from r376 has been recovered.

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl	2013-02-06 14:06:31 UTC (rev 414)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl	2013-02-06 15:14:04 UTC (rev 415)
@@ -21,7 +21,7 @@
 add_dependencies(${dol}{PROJECT_NAME} ALL_IDL_TGT)
 target_link_libraries(${dol}{PROJECT_NAME} ${dol}{OPENRTM_LIBRARIES})
 
-add_executable(${dol}{PROJECT_NAME_LOWER}Comp ${dol}{standalone_srcs})
+add_executable(${dol}{PROJECT_NAME}Comp ${dol}{standalone_srcs})
 target_link_libraries(${dol}{PROJECT_NAME}Comp ${dol}{PROJECT_NAME})
 
 install(TARGETS ${dol}{PROJECT_NAME} ${dol}{PROJECT_NAME}Comp



More information about the openrtm-commit mailing list