mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
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`.
This commit is contained in:
committed by
Brad King
parent
fddc01bab3
commit
a3f71349de
@@ -0,0 +1,5 @@
|
||||
FindProtobuf-static-libs
|
||||
------------------------
|
||||
|
||||
* The :module:`FindProtobuf` module now supports usage of static libraries
|
||||
for Unix via a new ``Protobuf_USE_STATIC_LIBS`` input variable.
|
||||
Reference in New Issue
Block a user