summaryrefslogtreecommitdiff
path: root/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake
blob: 2901134cd147b4b8f03d2b3ebdfee31e032601b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- cmake_modules/ThirdpartyToolchain.cmake.orig	2024-03-13 13:37:59 UTC
+++ cmake_modules/ThirdpartyToolchain.cmake
@@ -16,6 +16,7 @@ include(ProcessorCount)
 # under the License.
 
 include(ProcessorCount)
+include(ExternalProject)
 processorcount(NPROC)
 
 add_custom_target(rapidjson)
@@ -5233,6 +5234,8 @@ message(STATUS "All bundled static libraries: ${ARROW_
 endif()
 
 message(STATUS "All bundled static libraries: ${ARROW_BUNDLED_STATIC_LIBS}")
+
+set(BUILD_SHARED_LIBS ON)
 
 # Write out the package configurations.