[Cmake-commits] CMake branch, master, updated. v2.8.10.2-948-gb9e4a5a

Brad King brad.king at kitware.com
Tue Mar 26 14:36:47 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  b9e4a5abb45055b310032977a9542acff3c14c9b (commit)
       via  28051f1150923804796b4e63e41f6906308788e0 (commit)
       via  af81a3c31b206633742eb13d41c54a9bc807ffea (commit)
      from  169bba41f29169126673b801c8b535a62b0f634d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b9e4a5abb45055b310032977a9542acff3c14c9b
commit b9e4a5abb45055b310032977a9542acff3c14c9b
Merge: 169bba4 28051f1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 26 14:36:45 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 26 14:36:45 2013 -0400

    Merge topic 'error-on-exported-missing-include-dir'
    
    28051f1 Report an error on IMPORTED targets with a faulty INTERFACE
    af81a3c install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES


-----------------------------------------------------------------------

Summary of changes:
 Source/cmExportFileGenerator.cxx                   |  111 ++++++++++++++++++++
 Source/cmExportFileGenerator.h                     |    5 +
 Source/cmExportInstallFileGenerator.cxx            |    3 +-
 Source/cmTarget.cxx                                |   31 +++++-
 Tests/ExportImport/Export/CMakeLists.txt           |   18 +++-
 .../InterfaceString-builtin-prop.cmake             |    2 -
 .../BinaryDirectoryInInterface-result.txt}         |    0
 .../BinaryDirectoryInInterface-stderr.txt          |    6 +
 .../BinaryDirectoryInInterface.cmake               |   11 ++
 .../ImportedTarget-result.txt}                     |    0
 .../include_directories/ImportedTarget-stderr.txt  |   13 +++
 .../include_directories/ImportedTarget.cmake       |    9 ++
 .../RelativePathInInterface-result.txt}            |    0
 .../RelativePathInInterface-stderr.txt             |    5 +
 .../RelativePathInInterface.cmake                  |   11 ++
 .../include_directories/RunCMakeTest.cmake         |    4 +
 .../SourceDirectoryInInterface-result.txt}         |    0
 .../SourceDirectoryInInterface-stderr.txt          |    6 +
 .../SourceDirectoryInInterface.cmake               |   11 ++
 .../{CMP0004 => include_directories}/empty.cpp     |    0
 20 files changed, 237 insertions(+), 9 deletions(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => include_directories/BinaryDirectoryInInterface-result.txt} (100%)
 create mode 100644 Tests/RunCMake/include_directories/BinaryDirectoryInInterface-stderr.txt
 create mode 100644 Tests/RunCMake/include_directories/BinaryDirectoryInInterface.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => include_directories/ImportedTarget-result.txt} (100%)
 create mode 100644 Tests/RunCMake/include_directories/ImportedTarget-stderr.txt
 create mode 100644 Tests/RunCMake/include_directories/ImportedTarget.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => include_directories/RelativePathInInterface-result.txt} (100%)
 create mode 100644 Tests/RunCMake/include_directories/RelativePathInInterface-stderr.txt
 create mode 100644 Tests/RunCMake/include_directories/RelativePathInInterface.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => include_directories/SourceDirectoryInInterface-result.txt} (100%)
 create mode 100644 Tests/RunCMake/include_directories/SourceDirectoryInInterface-stderr.txt
 create mode 100644 Tests/RunCMake/include_directories/SourceDirectoryInInterface.cmake
 copy Tests/RunCMake/{CMP0004 => include_directories}/empty.cpp (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list