Commit 5eff7c02 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-23462 Upgrade wizard not offered during 10.5 MSI installation on Windows

There is no mysql_upgrade_wizard target, only mariadb-upgrade-wizard
parent 75410802
......@@ -123,7 +123,7 @@ ELSE()
ENDIF()
SET(CPACK_WIX_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/CPackWixConfig.cmake)
IF(NOT TARGET mysql_upgrade_wizard)
IF(NOT TARGET mariadb-upgrade-wizard)
SET(EXTRA_WIX_PREPROCESSOR_FLAGS "-dHaveUpgradeWizard=0")
ENDIF()
IF(WITH_INNOBASE_STORAGE_ENGINE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment