aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/protobuf-config.cmake.in
diff options
context:
space:
mode:
authorGravatar Walter Gray <wgray@leapmotion.com>2016-05-26 23:49:28 -0700
committerGravatar Walter Gray <wgray@leapmotion.com>2016-05-26 23:49:28 -0700
commitd13b3d0d96e80638f6b393526182f9268f4b1234 (patch)
tree6aa14504e14612ff224aed616270dbe53123b4f3 /cmake/protobuf-config.cmake.in
parent04265e40dadbaadf63242e24dfb8912fcfb02cce (diff)
remove useless cleanup - config.cmake files are executed in their own context.
Diffstat (limited to 'cmake/protobuf-config.cmake.in')
-rw-r--r--cmake/protobuf-config.cmake.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/protobuf-config.cmake.in b/cmake/protobuf-config.cmake.in
index bb0997b8..6efb068d 100644
--- a/cmake/protobuf-config.cmake.in
+++ b/cmake/protobuf-config.cmake.in
@@ -21,7 +21,3 @@ get_filename_component(_PROTOBUF_IMPORT_PREFIX
if(NOT DEFINED PROTOBUF_MODULE_COMPATIBLE OR "${PROTOBUF_MODULE_COMPATIBLE}")
include("${_PROTOBUF_PACKAGE_PREFIX}/protobuf-module.cmake")
endif()
-
-# Cleanup temporary variables.
-set(_PROTOBUF_PACKAGE_PREFIX)
-set(_PROTOBUF_IMPORT_PREFIX)