[openrtm-commit:03350] r3423 - in trunk/OpenRTM-aist/src: ext/ec/rtpreempt lib/coil

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 11月 1日 (木) 17:39:08 JST


Author: miyamoto
Date: 2018-11-01 17:39:08 +0900 (Thu, 01 Nov 2018)
New Revision: 3423

Modified:
   trunk/OpenRTM-aist/src/ext/ec/rtpreempt/CMakeLists.txt
   trunk/OpenRTM-aist/src/lib/coil/CMakeLists.txt
Log:
[compat, bugfix] fixed bug.

Modified: trunk/OpenRTM-aist/src/ext/ec/rtpreempt/CMakeLists.txt
===================================================================
--- trunk/OpenRTM-aist/src/ext/ec/rtpreempt/CMakeLists.txt	2018-11-01 08:38:18 UTC (rev 3422)
+++ trunk/OpenRTM-aist/src/ext/ec/rtpreempt/CMakeLists.txt	2018-11-01 08:39:08 UTC (rev 3423)
@@ -12,8 +12,10 @@
 include_directories(
 		${RTM_INCLUDE_DIR}
 		${ORB_INCLUDE_DIR}
+		${CMAKE_CURRENT_SOURCE_DIR}
 		)
 
+
 ADD_DEFINITIONS(${ORB_C_FLAGS_LIST})
 
 

Modified: trunk/OpenRTM-aist/src/lib/coil/CMakeLists.txt
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/CMakeLists.txt	2018-11-01 08:38:18 UTC (rev 3422)
+++ trunk/OpenRTM-aist/src/lib/coil/CMakeLists.txt	2018-11-01 08:39:08 UTC (rev 3423)
@@ -159,6 +159,7 @@
 include_directories(
 		${PROJECT_SOURCE_DIR}/common 
 		${PROJECT_SOURCE_DIR}/${COIL_OS_DIR}
+		${PROJECT_BINARY_DIR}/..
 		)
 #message(STATUS ${CMAKE_INCLUDE_DIRECTORIES_BEFORE})
 



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