Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename variable for including current directory in interfaces | Brad King | 2013-03-19 | 1 | -1/+1 |
| | | | | | | | | | Rename the variable added by commit 9ce1b9ef (Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable, 2012-11-25) to CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE to be more consistent with the existing CMAKE_INCLUDE_CURRENT_DIR variable. Suggested-by: Alex Neundorf <neundorf@kde.org> | ||||
* | Make the BUILD_INTERFACE of export()ed targets work. | Stephen Kelly | 2013-01-15 | 3 | -0/+25 |
The existing BUILD_INTERFACE code is executed at generate time, which is too late for export(). |