소스 검색

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

Walter Gray 9 년 전
부모
커밋
d13b3d0d96
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      cmake/protobuf-config.cmake.in

+ 0 - 4
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)