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

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 2月 16日 (土) 03:13:42 JST


Author: n-ando
Date: 2013-02-16 03:13:41 +0900 (Sat, 16 Feb 2013)
New Revision: 428

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl
Log:
src/CMakeList.txt bug in Windows (Program Files->ProgramFiles) has been fixed.

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-15 16:36:27 UTC (rev 427)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl	2013-02-15 18:13:41 UTC (rev 428)
@@ -4,21 +4,21 @@
 if (DEFINED OPENRTM_INCLUDE_DIRS)
   string(REGEX REPLACE "-I" ";"
     OPENRTM_INCLUDE_DIRS "${dol}{OPENRTM_INCLUDE_DIRS}")
-  string(REGEX REPLACE " " ""
+  string(REGEX REPLACE " ;" ";"
     OPENRTM_INCLUDE_DIRS "${dol}{OPENRTM_INCLUDE_DIRS}")
 endif (DEFINED OPENRTM_INCLUDE_DIRS)
 
 if (DEFINED OPENRTM_LIBRARY_DIRS)
   string(REGEX REPLACE "-L" ";"
     OPENRTM_LIBRARY_DIRS "${dol}{OPENRTM_LIBRARY_DIRS}")
-  string(REGEX REPLACE " " ""
+  string(REGEX REPLACE " ;" ";"
     OPENRTM_LIBRARY_DIRS "${dol}{OPENRTM_LIBRARY_DIRS}")
 endif (DEFINED OPENRTM_LIBRARY_DIRS)
 
 if (DEFINED OPENRTM_LIBRARIES)
   string(REGEX REPLACE "-l" ";"
     OPENRTM_LIBRARIES "${dol}{OPENRTM_LIBRARIES}")
-  string(REGEX REPLACE " " ""
+  string(REGEX REPLACE " ;" ";"
     OPENRTM_LIBRARIES "${dol}{OPENRTM_LIBRARIES}")
 endif (DEFINED OPENRTM_LIBRARIES)
 



More information about the openrtm-commit mailing list