Michael Martell created GEODE-9511:
--------------------------------------
Summary: Allow Default WindowsSDK in ACE cmake build
Key: GEODE-9511
URL: https://issues.apache.org/jira/browse/GEODE-9511
Project: Geode
Issue Type: Improvement
Components: native client
Reporter: Michael Martell
The cmake configuration file for ACE currently uses the CMAKE_SYSTEM_VERSION
variable to set the WindowsTargetPlatformVersion for ACE's build system:
``` set ( _CONFIGURE_COMMAND ${MPC} -static ${MPC_FLAGS}
-name_modifier "*_${MPC_TYPE}_static"
-value_template MultiProcessorCompilation=true
-value_template WindowsTargetPlatformVersion=${CMAKE_SYSTEM_VERSION} set (
_CONFIGURE_COMMAND ${MPC} -static ${MPC_FLAGS}
-name_modifier "*_${MPC_TYPE}_static"
-value_template MultiProcessorCompilation=true
-value_template WindowsTargetPlatformVersion=${CMAKE_SYSTEM_VERSION}'''
--
This message was sent by Atlassian Jira
(v8.3.4#803005)