From 2e0e188cd7ea9695a3241a222927add227573371 Mon Sep 17 00:00:00 2001 From: Vivien Delmon Date: Tue, 5 Mar 2013 10:29:39 +0100 Subject: [PATCH] Add (nightly) to NSIS_DISPLAY_NAME for vv install on windows --- vv/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index f4bbf26..0f95400 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -262,7 +262,11 @@ IF(WIN32) # sure there is at least one set of four (4) backlasshes. SET(CPACK_NSIS_MUI_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\icons\\\\ducky.ico") SET(CPACK_NSIS_INSTALLED_ICON_NAME "vv.exe") +IF(NIGHTLY) + SET(CPACK_NSIS_DISPLAY_NAME "vv - The 4D slicer (nightly)") +ELSE(NIGHTLY) SET(CPACK_NSIS_DISPLAY_NAME "vv - The 4D slicer") +ENDIF(NIGHTLY) SET(CPACK_NSIS_HELP_LINK "http://www.creatis.insa-lyon.fr/rio/vv") SET(CPACK_NSIS_URL_INFO_ABOUT "http://www.creatis.insa-lyon.fr/rio") SET(CPACK_NSIS_CONTACT "vv@creatis.insa-lyon.fr") -- 2.47.1