-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into paraview_5.12
# Conflicts: # ports/openmvs/portfile.cmake # versions/o-/openmvs.json
- Loading branch information
Showing
337 changed files
with
3,009 additions
and
1,601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt | ||
index 941f5db..473e380 100644 | ||
--- a/cpp/CMakeLists.txt | ||
+++ b/cpp/CMakeLists.txt | ||
@@ -711,7 +711,7 @@ list(APPEND ARROW_TEST_LINK_LIBS ${ARROW_GTEST_GMOCK} ${ARROW_GTEST_GTEST_MAIN}) | ||
if(ARROW_BUILD_BENCHMARKS) | ||
set(ARROW_BENCHMARK_LINK_LIBS benchmark::benchmark_main ${ARROW_TEST_LINK_LIBS}) | ||
if(WIN32) | ||
- list(APPEND ARROW_BENCHMARK_LINK_LIBS Shlwapi.dll) | ||
+ list(APPEND ARROW_BENCHMARK_LINK_LIBS Shlwapi) | ||
endif() | ||
endif() | ||
|
||
diff --git a/cpp/src/arrow/CMakeLists.txt b/cpp/src/arrow/CMakeLists.txt | ||
index 5c1b5e3..f16ee55 100644 | ||
--- a/cpp/src/arrow/CMakeLists.txt | ||
+++ b/cpp/src/arrow/CMakeLists.txt | ||
@@ -163,7 +163,7 @@ if(CMAKE_THREAD_LIBS_INIT) | ||
endif() | ||
|
||
if(WIN32) | ||
- list(APPEND ARROW_SYSTEM_LINK_LIBS "ws2_32.dll") | ||
+ list(APPEND ARROW_SYSTEM_LINK_LIBS "ws2_32") | ||
endif() | ||
|
||
if(NOT WIN32 AND NOT APPLE AND NOT ANDROID) | ||
@@ -628,9 +628,9 @@ else() | ||
list(APPEND ARROW_TESTING_STATIC_INSTALL_INTERFACE_LIBS ArrowTesting::gtest) | ||
endif() | ||
if(WIN32) | ||
- list(APPEND ARROW_TESTING_SHARED_LINK_LIBS "ws2_32.dll") | ||
- list(APPEND ARROW_TESTING_STATIC_LINK_LIBS "ws2_32.dll") | ||
- list(APPEND ARROW_TESTING_STATIC_INSTALL_INTERFACE_LIBS "ws2_32.dll") | ||
+ list(APPEND ARROW_TESTING_SHARED_LINK_LIBS "ws2_32") | ||
+ list(APPEND ARROW_TESTING_STATIC_LINK_LIBS "ws2_32") | ||
+ list(APPEND ARROW_TESTING_STATIC_INSTALL_INTERFACE_LIBS "ws2_32") | ||
endif() | ||
|
||
set(ARROW_TESTING_SRCS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.