mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 11:41:36 +08:00
[libmysql] Clarify support message
This commit is contained in:
parent
94360c2c65
commit
7eae9c153e
@ -6,8 +6,8 @@ if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
message(FATAL_ERROR "libmysql cannot currently be cross-compiled for UWP")
|
||||
endif()
|
||||
|
||||
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
|
||||
message(FATAL_ERROR "32-bit builds are not supported by libmysql.")
|
||||
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" AND NOT CMAKE_SYSTEM_NAME OR CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
message(FATAL_ERROR "Oracle has dropped support in libmysql for 32-bit Windows.")
|
||||
endif()
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
|
Loading…
x
Reference in New Issue
Block a user