Bug #89771 Add new cmake option: BUNDLE_RUNTIME_LIBRARIES
Submitted: 22 Feb 2018 15:07 Modified: 28 Feb 2018 19:22
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.5 OS:Any
Assigned to: CPU Architecture:Any

[22 Feb 2018 15:07] Tor Didriksen
Description:
Add new cmake option to bundle 
 msvcp140.dll
 ucrtbase.dll
 vcruntime140.dll
 msvcp140d.dll
 ucrtbased.dll
 vcruntime140d.dll

with server MSI or .zip packages

How to repeat:
NA

Suggested fix:
look for libs in C:/Windows/System32 and add INSTALL targets.
[28 Feb 2018 19:22] Paul DuBois
Posted by developer:
 
Fixed in 8.0.5.

A new CMake option, BUNDLE_RUNTIME_LIBRARIES, enables bundling of
runtime libraries with server MSI or Zip packages for Windows.