diff options
author | Brad King <brad.king@kitware.com> | 2020-06-11 11:44:18 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-06-11 11:44:24 (GMT) |
commit | 61ad9d92bd20d5d3725066bbda36f70ae040b58b (patch) | |
tree | 747b8ad61eb2c3697ce67d78de38962b971f1703 | |
parent | abe36194e85079333e7c331a12d62c4223a4af92 (diff) | |
parent | c1de3d1b341225155a43490df7e12158a6b80f8b (diff) | |
download | CMake-61ad9d92bd20d5d3725066bbda36f70ae040b58b.zip CMake-61ad9d92bd20d5d3725066bbda36f70ae040b58b.tar.gz CMake-61ad9d92bd20d5d3725066bbda36f70ae040b58b.tar.bz2 |
Merge topic 'FindProtobuf-typo' into release-3.18
c1de3d1b34 FindProtobuf: Fix typo in documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4873
-rw-r--r-- | Modules/FindProtobuf.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindProtobuf.cmake b/Modules/FindProtobuf.cmake index f35978d..e09717d 100644 --- a/Modules/FindProtobuf.cmake +++ b/Modules/FindProtobuf.cmake @@ -117,7 +117,7 @@ Example: ``PY`` Variable to define with autogenerated Python files ``ARGN`` - ``.proto`` filess + ``.proto`` files #]=======================================================================] function(protobuf_generate) |