Bug #73684 Remove BOOST_INCLUDE_DIR from INCLUDE_DIRECTORIES
Submitted: 22 Aug 2014 10:53 Modified: 26 Aug 2014 13:48
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[22 Aug 2014 10:53] Tor Didriksen
Description:
Having BOOST_INCLUDE_DIR in INCLUDE_DIRECTORIES
means boost is visible to all source files.

Add the path as a source file property instead,
so we can maintain an explicit list of sources using boost.

How to repeat:
read the code

Suggested fix:
See description.
[26 Aug 2014 13:48] Paul DuBois
Fixed in 5.7.5.

Code cleanup. No changelog entry needed.