Bug #96127 move googletest lookup/configuration into separate cmake file
Submitted: 8 Jul 2019 15:16 Modified: 9 Jul 2019 15:53
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.18 OS:Any
Assigned to: CPU Architecture:Any

[8 Jul 2019 15:16] Tor Didriksen
Description:
Cmake code to lookup, and configure, googletest/googlemock is currently in unittest/gunit/CMakeLists.txt.
This makes propagation settings to other parts of the source tree difficult.
Move cmake code to a new cmake/googletest.cmake file.

How to repeat:
Read the code.

Suggested fix:
See description.
[9 Jul 2019 15:53] Paul DuBois
Posted by developer:
 
Fixed in 8.0.19.

Configuration cleanup. No changelog entry required.