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

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 12月 11日 (月) 01:22:54 JST


Author: ga
Date: 2017-12-11 01:22:54 +0900 (Mon, 11 Dec 2017)
New Revision: 784

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl
Log:
Modified the CMakeList.txt for Mac. #4386

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl	2017-12-10 16:17:47 UTC (rev 783)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl	2017-12-10 16:22:54 UTC (rev 784)
@@ -102,6 +102,7 @@
 if (${dol}{CMAKE_SYSTEM_NAME} MATCHES "Darwin")
    ${sharp} Mac OS X specific code
    SET(CMAKE_CXX_COMPILER "g++")
+   SET(CMAKE_MACOSX_RPATH 1)
 endif (${dol}{CMAKE_SYSTEM_NAME} MATCHES "Darwin")
 
 



More information about the openrtm-commit mailing list