-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SC-33867](https://app.shortcut.com/tiledb-inc/story/33867/enable-vcpkg-by-default) Now that all of our dependencies can be imported with vcpkg, this PR changes the default value of the `TILEDB_VCPKG` option to `ON`, letting downstream consumers automatically take advantage of vcpkg's features like its dependency binary cachine. The bootstrap scripts were modified to add an option to disable vcpkg. Also CI scripts were modified to remove explicit enablements of vcpkg. --- TYPE: BUILD DESC: Manage dependencies with vcpkg by default.
- Loading branch information
1 parent
b5b45b3
commit 1dd7675
Showing
41 changed files
with
1,056 additions
and
54 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
1 change: 1 addition & 0 deletions
1
.github/workflows/mingw-w64-tiledb/system-ports/aws-sdk-cpp/portfile.cmake
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 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
Oops, something went wrong.