Fix return without clean

This commit is contained in:
Zhi Guan
2026-06-17 15:59:55 +08:00
parent 7ef784a9fc
commit 4831f5a549
6 changed files with 6 additions and 6 deletions

View File

@@ -819,7 +819,7 @@ endif()
#
set(CPACK_PACKAGE_NAME "GmSSL")
set(CPACK_PACKAGE_VENDOR "GmSSL develop team")
set(CPACK_PACKAGE_VERSION "3.2.0-dev.1077")
set(CPACK_PACKAGE_VERSION "3.2.0-dev.1078")
set(CPACK_PACKAGE_DESCRIPTION_FILE ${PROJECT_SOURCE_DIR}/README.md)
set(CPACK_NSIS_MODIFY_PATH ON)
include(CPack)