mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-16345 : No upgrade wizard in 10.3 in Windows packages.
Disable /permissive- flag, so MFC is found, and upgrade_wizard is built. MFC code is not standard C++, so it doesn not play well with /permissive-
This commit is contained in:
parent
682e7b8ff4
commit
5a61fa9882
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ IF(CMAKE_USING_VC_FREE_TOOLS)
|
|||
ENDIF()
|
||||
|
||||
# We need MFC
|
||||
# /permissive- flag does not play well with MFC, disable it.
|
||||
STRING(REPLACE "/permissive-" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||||
|
||||
FIND_PACKAGE(MFC)
|
||||
IF(NOT MFC_FOUND)
|
||||
IF(BUILD_RELEASE)
|
||||
|
|
Loading…
Add table
Reference in a new issue