Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename header guards to not start with double underscore | Sean McBride | 2014-12-11 | 1 | -2/+2 |
| | | | | | | | | | Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand. | ||||
* | Include bzlib.h consistently across CMake build (#10950) | Brad King | 2012-01-13 | 1 | -0/+23 |
Use the approach originally used in commit f91b3c1d (Add options to build with system utility libraries, 2006-10-19) for all other third-party libraries. Create a "cm_bzlib.h" header wrapper that robustly includes the header from the bzip2 library chosen for the CMake build (either builtin or system version). Include the header wrapper anywhere we need the API provided by <bzlib.h>. |