aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/install.cmake
diff options
context:
space:
mode:
authorGravatar Konstantin Podsvirov <konstantin@podsvirov.pro>2015-08-02 16:31:28 +0300
committerGravatar Konstantin Podsvirov <konstantin@podsvirov.pro>2015-08-02 16:31:28 +0300
commit0be0789018645de0b20f60b203d2627d8bc27159 (patch)
tree13673d7475e4fa65423aec0f72c730a704f06154 /cmake/install.cmake
parent743ec448c5358a95d10e655ab256d7911e2145d5 (diff)
CMake installation now compatible with origin FindProtobuf module
Diffstat (limited to 'cmake/install.cmake')
-rw-r--r--cmake/install.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/install.cmake b/cmake/install.cmake
index e7f2aea5..bedd0601 100644
--- a/cmake/install.cmake
+++ b/cmake/install.cmake
@@ -54,5 +54,6 @@ configure_file(protobuf-config-version.cmake.in
install(FILES
"${protobuf_BINARY_DIR}/protobuf-config.cmake"
"${protobuf_BINARY_DIR}/protobuf-config-version.cmake"
+ "${protobuf_SOURCE_DIR}/protobuf-module.cmake"
DESTINATION "lib/cmake/protobuf"
COMPONENT protobuf-export)