You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2021/01/08 15:55:41 UTC

[geode-native] branch develop updated: GEODE-8820: Fix Windows build for latest ACE (#717)

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new c188606  GEODE-8820: Fix Windows build for latest ACE (#717)
c188606 is described below

commit c1886061ff94e328d4675206b34c3a4868510600
Author: Michael Martell <mm...@pivotal.io>
AuthorDate: Fri Jan 8 07:55:31 2021 -0800

    GEODE-8820: Fix Windows build for latest ACE (#717)
    
    
    
    Co-authored-by: Jacob Barrett <ja...@vmware.com>
---
 dependencies/ACE/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dependencies/ACE/CMakeLists.txt b/dependencies/ACE/CMakeLists.txt
index 08b4518..6e90b40 100644
--- a/dependencies/ACE/CMakeLists.txt
+++ b/dependencies/ACE/CMakeLists.txt
@@ -82,6 +82,7 @@ if (${WIN32})
   set ( _CONFIGURE_COMMAND ${_COMMAND_PREFIX}
                              ${CMAKE_COMMAND} -E env ACE_ROOT=<SOURCE_DIR> SSL_ROOT=${OPENSSL_ROOT}
 							 ${MPC} ${MPC_FLAGS} -name_modifier "*_${_TYPE}_static" -static
+							 -value_template WindowsTargetPlatformVersion=${CMAKE_SYSTEM_VERSION}
 							 -value_template staticflags+=__ACE_INLINE__ 
 							 -value_template staticflags+=ACE_BUILD_DLL 
 							 -value_template staticflags+=ACE_AS_STATIC_LIBS