修复部分情况打包失败的问题

master
禅元天道 2023-06-07 10:05:34 +08:00
parent 28a226abee
commit 6a3cceebce
1 changed files with 1 additions and 5 deletions

View File

@ -75,11 +75,7 @@ if(WIN32 OR MINGW)
set(CPACK_NSIS_MUI_FINISHPAGE_RUN ON)
set(CPACK_NSIS_HELP_LINK "http://www.fastcae.com/index.php?mod=document")
set(CPACK_NSIS_URL_INFO_ABOUT "http://www.fastcae.com/index.php?mod=product")
set(CPACK_NSIS_MENU_LINKS
"http://www.fastcae.com/index.php?mod=document" "FastCAE"
"http://www.fastcae.com/index.php?mod=product" "FastCAE"
"CMake Help" "http://www.fastcae.com/" "FastCAE"
)
set(CPACK_NSIS_MENU_LINKS "http://www.fastcae.com/" "FastCAE网站")
set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)
elseif(WIX_EXECUTABLE)
list(APPEND CPACK_GENERATOR "WIX")