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 | 440d2457796385228663f9c9f87977a876cc7d5f (patch) | |
tree | c2848c2d68b562a7a83d45239e3fb6fdb7757184 | |
parent | f6710373cd61412fa6a9d5cc8cf3a585da4cff75 (diff) | |
parent | c1de3d1b341225155a43490df7e12158a6b80f8b (diff) | |
download | CMake-440d2457796385228663f9c9f87977a876cc7d5f.zip CMake-440d2457796385228663f9c9f87977a876cc7d5f.tar.gz CMake-440d2457796385228663f9c9f87977a876cc7d5f.tar.bz2 |
Merge topic 'FindProtobuf-typo'
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) |