diff options
-rw-r--r-- | Modules/CPack.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index ff1cb7e..e7d8970 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -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() |