diff options
author | Brad King <brad.king@kitware.com> | 2013-03-19 20:40:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-03-19 20:44:17 (GMT) |
commit | fc43477de01e4d95a2c68a401afa2fc7f5f4d255 (patch) | |
tree | f94e9d159d1583b6493382e0fe220912f866ef8c /Tests/QtAutomoc/CMakeLists.txt | |
parent | 017478570eb47241141fa06e8ca2688e4a2b1f87 (diff) | |
download | CMake-fc43477de01e4d95a2c68a401afa2fc7f5f4d255.zip CMake-fc43477de01e4d95a2c68a401afa2fc7f5f4d255.tar.gz CMake-fc43477de01e4d95a2c68a401afa2fc7f5f4d255.tar.bz2 |
Rename variable for including current directory in interfaces
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>
Diffstat (limited to 'Tests/QtAutomoc/CMakeLists.txt')
-rw-r--r-- | Tests/QtAutomoc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutomoc/CMakeLists.txt b/Tests/QtAutomoc/CMakeLists.txt index ebfbb03..fd624c8 100644 --- a/Tests/QtAutomoc/CMakeLists.txt +++ b/Tests/QtAutomoc/CMakeLists.txt @@ -25,7 +25,7 @@ set_target_properties(foo codeeditorLib privateSlot PROPERTIES AUTOMOC TRUE) include(GenerateExportHeader) # The order is relevant here. B depends on A, and B headers depend on A -# headers both subdirectories use CMAKE_BUILD_INTERFACE_INCLUDES and we +# headers both subdirectories use CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE and we # test that CMAKE_AUTOMOC successfully reads the include directories # for the build interface from those targets. There has previously been # a bug where caching of the include directories happened before |