Files
termux-packages/packages/libtiledb/cmake-Options-BuildOptions.cmake.patch
termux-pacman-bot b1f989b76f bump(main/libtiledb): 2.25.0
* Rebase cmake-Options-BuildOptions.cmake.patch file.
* Add TILEDB_DISABLE_AUTO_VCPKG option to disable fetching vcpkg.
2024-07-24 19:08:23 +00:00

15 lines
679 B
Diff

Partially reverts
https://github.com/TileDB-Inc/TileDB/commit/5997aff8fc1c6480ddc91341916aea0001944a27
--- a/cmake/Options/BuildOptions.cmake
+++ b/cmake/Options/BuildOptions.cmake
@@ -50,7 +50,7 @@
endif()
if (NOT TILEDB_VCPKG)
- message(FATAL_ERROR "Disabling TILEDB_VCPKG is not supported. To disable automatically downloading vcpkg, enable the TILEDB_DISABLE_AUTO_VCPKG option, or set ENV{TILEDB_DISABLE_AUTO_VCPKG} to any value.")
+ message(DEPRECATION "Disabling TILEDB_VCPKG is not supported. To disable automatically downloading vcpkg, enable the TILEDB_DISABLE_AUTO_VCPKG option, or set ENV{TILEDB_DISABLE_AUTO_VCPKG} to any value.")
endif()
if (TILEDB_HDFS)