[Cmake-commits] CMake branch, master, updated. v2.8.12-564-ge065dec

Brad King brad.king at kitware.com
Fri Nov 1 09:40:23 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  e065decd43186117913044984eaefd5040cf9063 (commit)
       via  fe057ab3cd2469af5440307f1bf2a4f69d686db3 (commit)
      from  de5c29890f2139318b5c4c34e69774f3fa70ef30 (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=e065decd43186117913044984eaefd5040cf9063
commit e065decd43186117913044984eaefd5040cf9063
Merge: de5c298 fe057ab
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 1 09:40:19 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 1 09:40:19 2013 -0400

    Merge topic 'add-CMAKE_FIND_NO_INSTALL_PREFIX'
    
    fe057ab Allow disabling adding the install prefix to the prefix search path.


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

Summary of changes:
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/variable/CMAKE_FIND_NO_INSTALL_PREFIX.rst     |   13 +++++++++++++
 Modules/Platform/UnixPaths.cmake                   |    9 ++++++---
 Modules/Platform/WindowsPaths.cmake                |   18 ++++++++++++------
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../{CMP0004 => no_install_prefix}/CMakeLists.txt  |    0
 .../RunCMake/no_install_prefix/RunCMakeTest.cmake  |   15 +++++++++++++++
 Tests/RunCMake/no_install_prefix/do_test.cmake     |    2 ++
 .../no_install_prefix-result.txt}                  |    0
 .../no_install_prefix/no_install_prefix-stderr.txt |   18 ++++++++++++++++++
 .../no_install_prefix/no_install_prefix.cmake      |    2 ++
 .../with_install_prefix-result.txt}                |    0
 .../with_install_prefix-stderr.txt}                |    0
 .../no_install_prefix/with_install_prefix.cmake    |    2 ++
 14 files changed, 72 insertions(+), 9 deletions(-)
 create mode 100644 Help/variable/CMAKE_FIND_NO_INSTALL_PREFIX.rst
 copy Tests/RunCMake/{CMP0004 => no_install_prefix}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/no_install_prefix/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/no_install_prefix/do_test.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => no_install_prefix/no_install_prefix-result.txt} (100%)
 create mode 100644 Tests/RunCMake/no_install_prefix/no_install_prefix-stderr.txt
 create mode 100644 Tests/RunCMake/no_install_prefix/no_install_prefix.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => no_install_prefix/with_install_prefix-result.txt} (100%)
 copy Tests/RunCMake/{CMP0022/CMP0022-NOWARN-static-link_libraries-stderr.txt => no_install_prefix/with_install_prefix-stderr.txt} (100%)
 create mode 100644 Tests/RunCMake/no_install_prefix/with_install_prefix.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list