Skip to content

Commit

Permalink
Boost toolchain tweaks
Browse files Browse the repository at this point in the history
Change-Id: Id6781f80f4767ba3af8c0e2822322940f94685e7
  • Loading branch information
wesm committed Jun 23, 2017
1 parent 44e77a6 commit b7609f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ endif()
set(Boost_DEBUG TRUE)
set(Boost_USE_MULTITHREADED ON)
set(Boost_ADDITIONAL_VERSIONS
"1.64.0" "1.64"
"1.63.0" "1.63"
"1.62.0" "1.61"
"1.61.0" "1.62"
Expand Down Expand Up @@ -135,7 +136,7 @@ else()
if (ARROW_BOOST_HEADER_ONLY)
find_package(Boost)
else()
find_package(Boost COMPONENTS system filesystem regex REQUIRED)
find_package(Boost COMPONENTS system filesystem REQUIRED)
if ("${CMAKE_BUILD_TYPE}" STREQUAL "DEBUG")
set(BOOST_STATIC_SYSTEM_LIBRARY ${Boost_SYSTEM_LIBRARY_DEBUG})
set(BOOST_STATIC_FILESYSTEM_LIBRARY ${Boost_FILESYSTEM_LIBRARY_DEBUG})
Expand Down

0 comments on commit b7609f8

Please sign in to comment.