CPack: Clear temporary variable after it is no longer needed

This commit is contained in:
Craig Scott
2024-01-28 21:09:00 +11:00
parent b7c11ded92
commit 4e7f2397e4

View File

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