File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 44
55<!-- Keep these sorted by estimated date -->
66
7+ <details >
8+ <summary >2021-05-01: removing super build test files.</summary >
9+
10+ * Shortly after 2021-05-01 we are planning to remove the super build test files
11+ in the ` super/ ` directory. ` google-cloud-cpp ` should remain usable in a
12+ super build for a larger project, but we think this testing is redundant
13+ with other testing that installs ` google-cloud-cpp ` in ` $HOME ` . Contributors
14+ to ` google-cloud-cpp ` can use ` vcpkg ` to install the dependencies as part of
15+ their CMake setup.
16+ </details >
17+
718<details >
819<summary >2021-06-01: retiring experimental Bigtable Admin Async APIs</summary >
920
Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ include(GNUInstallDirs)
2020message (
2121 WARNING
2222 [==[
23- Super builds are no longer recommended, and will be removed on 2022-05-01
24- or shortly after. If you want to automatically download and build the
25- `google-cloud-cpp` dependencies we recommend that you use `vcpkg` as
26- described in /doc/contributor/howto-guide-setup-cmake-environment.md
23+ Super builds are no longer recommended, and will be removed shortly
24+ after 2021-05-01. If you want to automatically download and build
25+ the `google-cloud-cpp` dependencies we recommend that you use
26+ `vcpkg` as described in
27+ /doc/contributor/howto-guide-setup-cmake-environment.md
2728]==])
2829
2930set (GOOGLE_CLOUD_CPP_EXTERNAL_PREFIX
You can’t perform that action at this time.
0 commit comments