mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 23:30:35 -06:00
CPack: Clear temporary variable after it is no longer needed
This commit is contained in:
@@ -866,6 +866,7 @@ if(NOT DEFINED CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE
|
||||
"${_CMP0133_warning}\n"
|
||||
"For compatibility, CMake will enable the SLA in the CPack DragNDrop Generator."
|
||||
)
|
||||
unset(_CMP0133_warning)
|
||||
endif()
|
||||
_cpack_set_default(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE ON)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user