Skip to content

Commit 7f5d46f

Browse files
authored
cleanup: avoid CMake warning-message markup (#6265)
CMake `message(WARNING "message to display")` uses a simple markup language, where newlines in non-indented text are presumed to delineate paragraphs that should be wrapped and separated. Avoid that by adding a little indentation, so the text renders as a single block.
1 parent aeeb6e4 commit 7f5d46f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

super/ExternalProjectHelper.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ 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 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
2727
]==])
2828

2929
set(GOOGLE_CLOUD_CPP_EXTERNAL_PREFIX

0 commit comments

Comments
 (0)