Skip to content

Commit

Permalink
Find missing Boost::process
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 20, 2024
1 parent e821ec8 commit 24e6f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ if(ARROW_USE_BOOST)
set(Boost_USE_STATIC_LIBS ON)
endif()
if(ARROW_BOOST_REQUIRE_LIBRARY)
set(ARROW_BOOST_COMPONENTS system filesystem)
set(ARROW_BOOST_COMPONENTS filesystem process system)
else()
set(ARROW_BOOST_COMPONENTS)
endif()
Expand Down

0 comments on commit 24e6f15

Please sign in to comment.