summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorSébastien GALLOU <sebastien.gallou@xerox.com>2017-02-06 16:39:59 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-06 21:12:39 (GMT)
commita3f71349deaf533201d3cb2e8076bb4e7edfbbf6 (patch)
tree334309c42e8f5b12af489b987c0395c0034fcac3 /Help
parentfddc01bab3352d12c0eba1ff781b359a7dec529c (diff)
downloadCMake-a3f71349deaf533201d3cb2e8076bb4e7edfbbf6.zip
CMake-a3f71349deaf533201d3cb2e8076bb4e7edfbbf6.tar.gz
CMake-a3f71349deaf533201d3cb2e8076bb4e7edfbbf6.tar.bz2
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`.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindProtobuf-static-libs.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindProtobuf-static-libs.rst b/Help/release/dev/FindProtobuf-static-libs.rst
new file mode 100644
index 0000000..fcc0678
--- /dev/null
+++ b/Help/release/dev/FindProtobuf-static-libs.rst
@@ -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.