[openrtm-commit:02932] r3085 - trunk/OpenRTM-aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 11月 22日 (水) 15:49:41 JST
Author: miyamoto
Date: 2017-11-22 15:49:41 +0900 (Wed, 22 Nov 2017)
New Revision: 3085
Modified:
trunk/OpenRTM-aist/CMakeLists.txt
Log:
[compat] Support Windows 10 IoT.
Modified: trunk/OpenRTM-aist/CMakeLists.txt
===================================================================
--- trunk/OpenRTM-aist/CMakeLists.txt 2017-11-21 09:29:22 UTC (rev 3084)
+++ trunk/OpenRTM-aist/CMakeLists.txt 2017-11-22 06:49:41 UTC (rev 3085)
@@ -310,6 +310,18 @@
if (${CMAKE_GENERATOR} STREQUAL "Visual Studio 15 2017 Win64")
set(RTM_VC_VER "vc141")
endif()
+ if (${CMAKE_GENERATOR} STREQUAL "Visual Studio 11 2012 ARM")
+ set(RTM_VC_VER "vc11")
+ endif()
+ if (${CMAKE_GENERATOR} STREQUAL "Visual Studio 12 2013 ARM")
+ set(RTM_VC_VER "vc12")
+ endif()
+ if (${CMAKE_GENERATOR} STREQUAL "Visual Studio 14 2015 ARM")
+ set(RTM_VC_VER "vc14")
+ endif()
+ if (${CMAKE_GENERATOR} STREQUAL "Visual Studio 15 2017 ARM")
+ set(RTM_VC_VER "vc141")
+ endif()
set(COIL_PROJECT_NAME ${COIL_PROJECT_NAME}_${RTM_VC_VER})
set(RTM_PROJECT_NAME ${RTM_PROJECT_NAME}_${RTM_VC_VER})
endif()
More information about the openrtm-commit
mailing list