remove useless cleanup - config.cmake files are executed in their own context.
This commit is contained in:
parent
04265e40da
commit
d13b3d0d96
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue