Bug #90964 WITH_GMOCK handle windows paths properly
Submitted: 22 May 2018 10:11 Modified: 3 Jul 2018 17:21
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.7.23 OS:Any
Assigned to: CPU Architecture:Any

[22 May 2018 10:11] Tor Didriksen
Description:
cmake -DWITH_GMOCK=\\mountpoint\dir1\dir2 give cmake syntax error.

How to repeat:
cmake -DWITH_GMOCK=\\mountpoint\dir1\dir2

Suggested fix:
Convert input argument to cmake path.
[3 Jul 2018 17:21] Paul DuBois
Posted by developer:
 
Fixed in 8.0.13.

The WITH_GMOCK CMake option did not handle Windows path names
properly.
[13 Jul 2018 1:34] Paul DuBois
Posted by developer:
 
Fixed in 5.7.24.