mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Add a `Protobuf_USE_STATIC_LIBS` input variable to optionally restrict searches to static library names. This follows the approach of `FindBoost`.
6 lines
192 B
ReStructuredText
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.
|