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

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 7月 15日 (金) 15:07:16 JST


Author: kurihara
Date: 2011-07-15 15:07:16 +0900 (Fri, 15 Jul 2011)
New Revision: 200

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/FindOpenRTM.cmake.vsl
Log:
The mismatch of if-endif has been corrected.

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/FindOpenRTM.cmake.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/FindOpenRTM.cmake.vsl	2011-07-10 07:41:32 UTC (rev 199)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/FindOpenRTM.cmake.vsl	2011-07-15 06:07:16 UTC (rev 200)
@@ -282,7 +282,7 @@
     set(OPENRTM_IDL_WRAPPER "rtm-skelwrapper.py")
     set(OPENRTM_IDL_WRAPPER_FLAGS --include-dir="" --skel-suffix=Skel --stub-suffix=Stub)
 
-endif(WIN32)
+endif(WIN32_RTM STREQUAL "10")
 
 message(STATUS "FindOpenRTM setup done.")
 



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