提交 4684294b 编写于 作者: J jp9000

UI/updater: Add opt to disable building update module

Mostly to reduce build time when the update module doesn't need to be
rebuilt.
上级 6fcb77e1
......@@ -2,6 +2,10 @@ if(NOT ENABLE_WIN_UPDATER)
return()
endif()
if(DISABLE_UPDATE_MODULE)
return()
endif()
if(NOT DEFINED STATIC_ZLIB_PATH OR "${STATIC_ZLIB_PATH}" STREQUAL "")
message(STATUS "STATIC_ZLIB_PATH not set, windows updater disabled")
return()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册