mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
15 lines
428 B
Diff
15 lines
428 B
Diff
Partially reverts
|
|
https://github.com/TileDB-Inc/TileDB/commit/5997aff8fc1c6480ddc91341916aea0001944a27
|
|
|
|
--- a/cmake/Options/BuildOptions.cmake
|
|
+++ b/cmake/Options/BuildOptions.cmake
|
|
@@ -49,7 +49,7 @@
|
|
endif()
|
|
|
|
if (NOT TILEDB_VCPKG)
|
|
- message(FATAL_ERROR "Disabling TILEDB_VCPKG is not supported.")
|
|
+ message(DEPRECATION "Disabling TILEDB_VCPKG is not supported.")
|
|
endif()
|
|
|
|
# enable assertions by default for debug builds
|