[Cmake-commits] CMake branch, master, updated. v3.5.0-321-g917d49e

Brad King brad.king at kitware.com
Thu Mar 24 08:49:45 EDT 2016


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  917d49ed93b7b43ac3508dbd81f0645433880724 (commit)
       via  b06e17da7b4137d22ae7cfcf14c6aa3205577822 (commit)
       via  525402450a1ccde0e9187c9613752f728a96149b (commit)
       via  b1e1aa1e6a2aa4c0da9d39f2e9f2a80d093f1dc7 (commit)
      from  5b2acf6c1c904df96bd0031c9469e61118da5200 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=917d49ed93b7b43ac3508dbd81f0645433880724
commit 917d49ed93b7b43ac3508dbd81f0645433880724
Merge: 5b2acf6 b06e17d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 24 08:49:43 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 24 08:49:43 2016 -0400

    Merge topic 'cmake-depend-in-project-only'
    
    b06e17da Help: Add notes for topic 'cmake-depend-in-project-only'
    52540245 Tests: Add test for CMAKE_DEPENDS_IN_PROJECT_ONLY variable
    b1e1aa1e Makefile: Optionally scan only source and build trees for dependencies


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

Summary of changes:
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/release/dev/cmake-depend-in-project-only.rst  |    6 ++
 Help/variable/CMAKE_DEPENDS_IN_PROJECT_ONLY.rst    |   10 ++++
 Source/cmLocalUnixMakefileGenerator3.cxx           |   61 ++++++++++++++++++++
 Tests/RunCMake/BuildDepends/MakeInProjectOnly.c    |    2 +
 .../RunCMake/BuildDepends/MakeInProjectOnly.cmake  |   16 +++++
 .../BuildDepends/MakeInProjectOnly.step1.cmake     |    3 +
 .../BuildDepends/MakeInProjectOnly.step2.cmake     |    3 +
 Tests/RunCMake/BuildDepends/RunCMakeTest.cmake     |    5 ++
 9 files changed, 107 insertions(+)
 create mode 100644 Help/release/dev/cmake-depend-in-project-only.rst
 create mode 100644 Help/variable/CMAKE_DEPENDS_IN_PROJECT_ONLY.rst
 create mode 100644 Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
 create mode 100644 Tests/RunCMake/BuildDepends/MakeInProjectOnly.cmake
 create mode 100644 Tests/RunCMake/BuildDepends/MakeInProjectOnly.step1.cmake
 create mode 100644 Tests/RunCMake/BuildDepends/MakeInProjectOnly.step2.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list