Skip to content

Commit aa4ffbb

Browse files
authored
doc: updates notes about super builds (#6448)
1 parent 3bf3c88 commit aa4ffbb

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
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

super/ExternalProjectHelper.cmake

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ include(GNUInstallDirs)
2020
message(
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

2930
set(GOOGLE_CLOUD_CPP_EXTERNAL_PREFIX

0 commit comments

Comments
 (0)