Skip to content

Commit 3e7126e

Browse files
committed
Exclude uuid explicitly
1 parent f16a766 commit 3e7126e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,8 @@ function(build_boost)
10951095
endif()
10961096
if(ARROW_WITH_THRIFT)
10971097
list(APPEND BOOST_INCLUDE_LIBRARIES uuid)
1098+
else()
1099+
list(APPEND BOOST_EXCLUDE_LIBRARIES uuid)
10981100
endif()
10991101
set(BOOST_SKIP_INSTALL_RULES ON)
11001102
if(NOT ARROW_ENABLE_THREADING)

0 commit comments

Comments
 (0)