blob: 4708f20deea0aa404d61fc9aecfe2e576dfaa385 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- cmake/Options/BuildOptions.cmake.orig 2024-07-24 15:05:06 UTC
+++ cmake/Options/BuildOptions.cmake
@@ -49,10 +49,6 @@ endif()
endif()
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.")
-endif()
-
if (TILEDB_HDFS)
message(DEPRECATION "The HDFS storage backend is deprecated and receiving build-only official validation. It will be removed in TileDB 2.28.")
endif()
|