[openrtm-commit:01474] r519 - branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 10月 6日 (月) 16:16:45 JST


Author: kawauchi
Date: 2014-10-06 16:16:44 +0900 (Mon, 06 Oct 2014)
New Revision: 519

Modified:
   branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl
Log:
Modification of CMP0046 in r518 has been fixed.

Modified: branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl
===================================================================
--- branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl	2014-10-03 02:49:58 UTC (rev 518)
+++ branches/work_kawauchi/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl	2014-10-06 07:16:44 UTC (rev 519)
@@ -40,7 +40,9 @@
   ${dol}{comp_headers} ${dol}{ALL_IDL_SRCS})
 set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
 set_source_files_properties(${dol}{ALL_IDL_SRCS} PROPERTIES GENERATED 1)
-add_custom_target(ALL_IDL_TGT)
+if(NOT TARGET ALL_IDL_TGT)
+  add_custom_target(ALL_IDL_TGT)
+endif(NOT TARGET ALL_IDL_TGT)
 add_dependencies(${dol}{PROJECT_NAME} ALL_IDL_TGT)
 target_link_libraries(${dol}{PROJECT_NAME} ${dol}{OPENRTM_LIBRARIES})
 



More information about the openrtm-commit mailing list