diff options
author | Brad King <brad.king@kitware.com> | 2016-03-11 13:30:46 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-03-11 13:30:46 (GMT) |
commit | 9b9396b06a4893f7acf461d82e6f1075fa12601c (patch) | |
tree | ccba84d89dc4e90422f81b18044935fbe09544ba /Help | |
parent | 114b693d490b6aade3f78b288e6ba83fda1086b4 (diff) | |
parent | a7b09e7f43fda0a459145053653a614330bf1fe1 (diff) | |
download | CMake-9b9396b06a4893f7acf461d82e6f1075fa12601c.zip CMake-9b9396b06a4893f7acf461d82e6f1075fa12601c.tar.gz CMake-9b9396b06a4893f7acf461d82e6f1075fa12601c.tar.bz2 |
Merge topic 'FindProtobuf-variable-case'
a7b09e7f FindProtobuf: Rename variables to match case of module name
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindProtobuf-variable-case.rst | 7 | ||||
-rw-r--r-- | Help/release/dev/FindProtobuf-version.rst | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Help/release/dev/FindProtobuf-variable-case.rst b/Help/release/dev/FindProtobuf-variable-case.rst new file mode 100644 index 0000000..0df00e7 --- /dev/null +++ b/Help/release/dev/FindProtobuf-variable-case.rst @@ -0,0 +1,7 @@ +FindProtobuf-variable-case +-------------------------- + +* The :module:`FindProtobuf` module input and output variables were all renamed + from ``PROTOBUF_`` to ``Protobuf_`` for consistency with other find modules. + Input variables of the old case will be honored if provided, and output + variables of the old case are always provided. diff --git a/Help/release/dev/FindProtobuf-version.rst b/Help/release/dev/FindProtobuf-version.rst index 2bfd9f4..40c2ff5 100644 --- a/Help/release/dev/FindProtobuf-version.rst +++ b/Help/release/dev/FindProtobuf-version.rst @@ -1,6 +1,6 @@ FindProtobuf-version -------------------- -* The :module:`FindProtobuf` module learned to provide a ``PROTOBUF_VERSION`` +* The :module:`FindProtobuf` module learned to provide a ``Protobuf_VERSION`` variable and check the version number requested in a :command:`find_package` call. |