[openrtm-commit:00832] r312 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 5月 26日 (土) 03:02:05 JST
Author:
Date: 2012-05-26 03:02:02 +0900 (Sat, 26 May 2012)
New Revision: 312
Modified:
trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl
Log:
add_definition() in CMakeLists.txt for OMNIORB_CFLAGS has been added.
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 2012-05-24 14:55:06 UTC (rev 311)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/src/SrcCMakeLists.txt.vsl 2012-05-25 18:02:02 UTC (rev 312)
@@ -8,6 +8,7 @@
include_directories(${dol}{OPENRTM_INCLUDE_DIRS})
include_directories(${dol}{OMNIORB_INCLUDE_DIRS})
add_definitions(${dol}{OPENRTM_CFLAGS})
+add_definitions(${dol}{OMNIORB_CFLAGS})
link_directories(${dol}{OPENRTM_LIBRARY_DIRS})
link_directories(${dol}{OMNIORB_LIBRARY_DIRS})
More information about the openrtm-commit
mailing list