aboutsummaryrefslogtreecommitdiff
path: root/cmake/install.cmake
diff options
context:
space:
mode:
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)