remove useless cleanup - config.cmake files are executed in their own context.

This commit is contained in:
Walter Gray 2016-05-26 23:49:28 -07:00
parent 04265e40da
commit d13b3d0d96

View file

@ -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)