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

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 2月 9日 (土) 18:46:44 JST


Author: ga
Date: 2013-02-09 18:46:44 +0900 (Sat, 09 Feb 2013)
New Revision: 419

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl
Log:
Modified Top CmakeList for Express Edition

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	2013-02-06 15:38:14 UTC (rev 418)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/template/cmake/CMakeLists.txt.vsl	2013-02-09 09:46:44 UTC (rev 419)
@@ -85,6 +85,10 @@
 endif(BUILD_SOURCES)
 
 ${sharp} Package creation
+${sharp} By default, do not warn when built on machines using only VS Express:
+IF(NOT DEFINED CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS)
+SET(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS ON)
+ENDIF()
 include(InstallRequiredSystemLibraries)
 set(PROJECT_EXECUTABLES ${dol}{PROJECT_NAME_LOWER}Comp
     "${dol}{PROJECT_NAME_LOWER}Comp")



More information about the openrtm-commit mailing list