summaryrefslogtreecommitdiff
path: root/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake
blob: fc784acca391f86bd4ff4ec6201d44d6bb7f6ae6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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)