This is an automated email from the ASF dual-hosted git repository.
uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 2b00b8a ARROW-2488: [C++] Add Boost 1.67 and 1.68 as recognized
versions
2b00b8a is described below
commit 2b00b8a97bb9a0eadc76c522eeb2f6a37f86f133
Author: Wes McKinney <[email protected]>
AuthorDate: Thu Jun 14 14:37:36 2018 +0200
ARROW-2488: [C++] Add Boost 1.67 and 1.68 as recognized versions
I added 1.68 so we won't have to do this again for a little while
Author: Wes McKinney <[email protected]>
Closes #2136 from wesm/ARROW-2488 and squashes the following commits:
9f3c1b3e <Wes McKinney> Add Boost 1.67 and 1.68 as recognized versions
---
cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake
b/cpp/cmake_modules/ThirdpartyToolchain.cmake
index b3d3e70..2e202dd 100644
--- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -137,6 +137,8 @@ if (MSVC AND ARROW_USE_STATIC_CRT)
set(Boost_USE_STATIC_RUNTIME ON)
endif()
set(Boost_ADDITIONAL_VERSIONS
+ "1.68.0" "1.68"
+ "1.67.0" "1.67"
"1.66.0" "1.66"
"1.65.0" "1.65"
"1.64.0" "1.64"
--
To stop receiving notification emails like this one, please contact
[email protected].