ports/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake
Yuri Victorovich 542d55a839 databases/arrow: update 15.0.2 → 17.0.0
PR:		280224
Reported by:	Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2024-07-22 10:05:18 -07:00

16 lines
530 B
CMake

--- cmake_modules/ThirdpartyToolchain.cmake.orig 2024-07-11 08:58:17 UTC
+++ cmake_modules/ThirdpartyToolchain.cmake
@@ -16,6 +16,7 @@ include(ProcessorCount)
# under the License.
include(ProcessorCount)
+include(ExternalProject)
processorcount(NPROC)
# Accumulate all bundled targets and we will splice them together later as
@@ -5487,3 +5488,5 @@ message(STATUS "All bundled static libraries: ${ARROW_
endif()
message(STATUS "All bundled static libraries: ${ARROW_BUNDLED_STATIC_LIBS}")
+
+set(BUILD_SHARED_LIBS ON)