From fcf265fe1a76de13c674a067eba043489f30279b Mon Sep 17 00:00:00 2001 From: David Cole Date: Thu, 5 Apr 2012 16:13:24 -0400 Subject: CPackNSIS: Rewrite variable documentation to make it more readable. And avoid parsing problems at the first "." --- Modules/CPackNSIS.cmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Modules/CPackNSIS.cmake') diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake index 90f653627b..5e2ba17f8f 100644 --- a/Modules/CPackNSIS.cmake +++ b/Modules/CPackNSIS.cmake @@ -15,12 +15,14 @@ ##end # ##variable -# CPACK_NSIS_MUI_ICON - The icon file (ico) for the generated +# CPACK_NSIS_MUI_ICON - An icon filename. +# The name of a *.ico file used as the main icon for the generated # install program. ##end # ##variable -# CPACK_NSIS_MUI_UNIICON - The icon file (ico) for the generated +# CPACK_NSIS_MUI_UNIICON - An icon filename. +# The name of a *.ico file used as the main icon for the generated # uninstall program. ##end # -- cgit v1.2.1