Files
CMake/Help/release/dev/FindProtobuf-static-libs.rst
Sébastien GALLOU a3f71349de FindProtobuf: Add option to find static libraries on UNIX
Add a `Protobuf_USE_STATIC_LIBS` input variable to optionally restrict
searches to static library names.  This follows the approach of
`FindBoost`.
2017-02-06 16:12:39 -05:00

6 lines
192 B
ReStructuredText

FindProtobuf-static-libs
------------------------
* The :module:`FindProtobuf` module now supports usage of static libraries
for Unix via a new ``Protobuf_USE_STATIC_LIBS`` input variable.