Bug #82645 | Add CMake check for 64 bit Windows build | ||
---|---|---|---|
Submitted: | 19 Aug 2016 7:41 | Modified: | 24 Aug 2016 16:46 |
Reporter: | Jon Olav Hauglid | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 8.0.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[19 Aug 2016 7:41]
Jon Olav Hauglid
[24 Aug 2016 16:46]
Paul DuBois
Posted by developer: Noted in 8.0.1 changelog. 32-bit builds are no longer supported on Windows, but CMake failed to detect when a 32-built build would be attempted, resulting in compilation errors later. Now CMake detects 32-bit build attempts and produces an appropriate error message.