[Cmake-commits] CMake branch, master, updated. v2.8.12.1-751-g3013a11
Brad King
brad.king at kitware.com
Fri Nov 22 08:40:59 EST 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 3013a118269a854fb5b7ef078c778099b991dd7d (commit)
via 7521da2852a2fce16919b2640bcc0fa2f0c55b7d (commit)
from ed0b342603fff46534dbb956f4a4354f05be2c16 (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=3013a118269a854fb5b7ef078c778099b991dd7d
commit 3013a118269a854fb5b7ef078c778099b991dd7d
Merge: ed0b342 7521da2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 22 08:40:50 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 22 08:40:50 2013 -0500
Merge topic 'cross-compiling-toolchain-variables'
7521da2 Introduce CMAKE_STAGING_PREFIX variable.
-----------------------------------------------------------------------
Summary of changes:
Help/command/FIND_XXX_ROOT.txt | 8 +-
Help/manual/cmake-variables.7.rst | 1 +
Help/variable/CMAKE_FIND_NO_INSTALL_PREFIX.rst | 6 +-
Help/variable/CMAKE_STAGING_PREFIX.rst | 13 +++
Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst | 6 +-
Modules/Platform/UnixPaths.cmake | 6 ++
Modules/Platform/WindowsPaths.cmake | 11 +++
Source/cmComputeLinkInformation.cxx | 20 +++++
Source/cmFindCommon.cxx | 7 ++-
Source/cmLocalGenerator.cxx | 5 +
Tests/CMakeLists.txt | 1 +
Tests/StagingPrefix/CMakeLists.txt | 89 ++++++++++++++++++++++
Tests/StagingPrefix/Consumer/CMakeLists.txt | 22 ++++++
Tests/StagingPrefix/Consumer/cmake/FindBar.cmake | 6 ++
Tests/StagingPrefix/Consumer/main.cpp | 10 +++
Tests/StagingPrefix/Producer/CMakeLists.txt | 26 ++++++
Tests/StagingPrefix/Producer/bar.cpp | 7 ++
Tests/StagingPrefix/Producer/bar.h | 10 +++
Tests/StagingPrefix/Producer/foo.cpp | 7 ++
Tests/StagingPrefix/Producer/foo.h | 10 +++
Tests/StagingPrefix/main.cpp | 5 +
21 files changed, 267 insertions(+), 9 deletions(-)
create mode 100644 Help/variable/CMAKE_STAGING_PREFIX.rst
create mode 100644 Tests/StagingPrefix/CMakeLists.txt
create mode 100644 Tests/StagingPrefix/Consumer/CMakeLists.txt
create mode 100644 Tests/StagingPrefix/Consumer/cmake/FindBar.cmake
create mode 100644 Tests/StagingPrefix/Consumer/main.cpp
create mode 100644 Tests/StagingPrefix/Producer/CMakeLists.txt
create mode 100644 Tests/StagingPrefix/Producer/bar.cpp
create mode 100644 Tests/StagingPrefix/Producer/bar.h
create mode 100644 Tests/StagingPrefix/Producer/foo.cpp
create mode 100644 Tests/StagingPrefix/Producer/foo.h
create mode 100644 Tests/StagingPrefix/main.cpp
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list