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 2018/04/11 21:28:47 UTC

[geode-native] branch develop updated: GEODE-5045: Add toolset flag to Boost build on Windows (#269)

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 3b274ff  GEODE-5045: Add toolset flag to Boost build on Windows (#269)
3b274ff is described below

commit 3b274ff333d4e90897600e45784ec9da01fb41a7
Author: Michael Martell <mm...@pivotal.io>
AuthorDate: Wed Apr 11 14:28:43 2018 -0700

    GEODE-5045: Add toolset flag to Boost build on Windows (#269)
---
 dependencies/boost/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dependencies/boost/CMakeLists.txt b/dependencies/boost/CMakeLists.txt
index d601aeb..b6a879c 100644
--- a/dependencies/boost/CMakeLists.txt
+++ b/dependencies/boost/CMakeLists.txt
@@ -45,6 +45,7 @@ endif()
 if (${WIN32})
   set ( _BOOTSTRAP_COMMAND .\\bootstrap.bat )
   set ( _B2_COMMAND .\\b2 )
+  set ( _B2_FLAGS ${_B2_FLAGS} toolset=msvc-14.0 )
 else()
   set ( _BOOTSTRAP_COMMAND ./bootstrap.sh )
   set ( _B2_COMMAND ./b2 )

-- 
To stop receiving notification emails like this one, please contact
jbarrett@apache.org.