1
0
Эх сурвалжийг харах

CPack: Clear temporary variable after it is no longer needed

Craig Scott 1 жил өмнө
parent
commit
4e7f2397e4
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      Modules/CPack.cmake

+ 1 - 0
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()