summaryrefslogtreecommitdiff
path: root/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake')
-rw-r--r--databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake b/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake
index 2901134cd147..fc784acca391 100644
--- a/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake
+++ b/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake
@@ -1,4 +1,4 @@
---- cmake_modules/ThirdpartyToolchain.cmake.orig 2024-03-13 13:37:59 UTC
+--- 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.
@@ -7,13 +7,10 @@
+include(ExternalProject)
processorcount(NPROC)
- add_custom_target(rapidjson)
-@@ -5233,6 +5234,8 @@ message(STATUS "All bundled static libraries: ${ARROW_
+ # 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)
-
- # Write out the package configurations.
-