[ https://issues.apache.org/jira/browse/GEODE-9511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17401346#comment-17401346 ]
ASF GitHub Bot commented on GEODE-9511: --------------------------------------- mmartell opened a new pull request #847: URL: https://github.com/apache/geode-native/pull/847 This PR updates CMakeLists.txt for ACE to support Visual Studio 2019. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > Priority: Major > > The cmake configuration file for ACE currently uses the CMAKE_SYSTEM_VERSION > variable to set the WindowsTargetPlatformVersion for ACE's build system > (called MPC): > 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 requires the user to pass in a proper value for CMAKE_SYSTEM_VERSION on > the cmake config line: > cmake -DCMAKE_SYSTEM_VERSION=10.0.19041.0 > due to an apparent error in the default value of this variable which leaves > off the last part (i.e., .0 above). > -- This message was sent by Atlassian Jira (v8.3.4#803005)