forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OSGeo#9904 from rouault/ubuntu_full_tiledb_2_23
docker/ubuntu-full: update to tiledb 2.23.0 [ci skip]
- Loading branch information
Showing
3 changed files
with
44 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- cmake/Modules/FindLZ4_EP.cmake 2024-05-10 22:51:18.653929735 +0200 | ||
+++ cmake/Modules/FindLZ4_EP.cmake 2024-05-10 22:51:44.045893652 +0200 | ||
@@ -34,10 +34,10 @@ | ||
# Include some common helper functions. | ||
include(TileDBCommon) | ||
|
||
-if(TILEDB_VCPKG) | ||
- find_package(lz4 REQUIRED) | ||
- return() | ||
-endif() | ||
+#if(TILEDB_VCPKG) | ||
+# find_package(lz4 REQUIRED) | ||
+# return() | ||
+#endif() | ||
|
||
# First check for a static version in the EP prefix. | ||
find_library(LZ4_LIBRARIES |
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,17 @@ | ||
--- cmake/Modules/FindOpenSSL_EP.cmake 2024-05-10 23:53:01.989001899 +0200 | ||
+++ cmake/Modules/FindOpenSSL_EP.cmake 2024-05-10 23:53:12.489022706 +0200 | ||
@@ -33,10 +33,10 @@ | ||
# Include some common helper functions. | ||
include(TileDBCommon) | ||
|
||
-if (TILEDB_VCPKG) | ||
- find_package(OpenSSL REQUIRED) | ||
- return() | ||
-endif() | ||
+#if (TILEDB_VCPKG) | ||
+# find_package(OpenSSL REQUIRED) | ||
+# return() | ||
+#endif() | ||
|
||
# Search the path set during the superbuild for the EP. | ||
set(OPENSSL_PATHS ${TILEDB_EP_INSTALL_PREFIX}) |