[Cmake-commits] CMake branch, master, updated. v3.2.0-rc1-205-gc4c570f

Brad King brad.king at kitware.com
Fri Feb 20 08:10:51 EST 2015


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  c4c570f9cc7a7c5f22670793af887dfa5a6dd7de (commit)
       via  ffc06c12397e7cda7307afcfc8a79ebda4a786a6 (commit)
      from  b7351d8e14ea7cc05b0c5d45dae48a21aef298c1 (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=c4c570f9cc7a7c5f22670793af887dfa5a6dd7de
commit c4c570f9cc7a7c5f22670793af887dfa5a6dd7de
Merge: b7351d8 ffc06c1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 20 08:10:50 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 20 08:10:50 2015 -0500

    Merge topic 'find-command-prefix-from-PATH'
    
    ffc06c12 Teach find_(library|file|path) to get prefixes from PATH (#15370)


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

Summary of changes:
 Help/command/FIND_XXX.txt                          |    4 ++++
 Help/command/find_file.rst                         |    5 ++++-
 Help/command/find_library.rst                      |    5 ++++-
 Help/command/find_path.rst                         |    5 ++++-
 Help/release/dev/find-command-prefix-from-PATH.rst |    6 ++++++
 Source/cmFindBase.cxx                              |    1 +
 Source/cmSearchPath.cxx                            |   22 +++++++++++++++++++-
 Source/cmSearchPath.h                              |    2 +-
 Tests/RunCMake/CMakeLists.txt                      |    2 ++
 .../RunCMake/{CMP0055 => find_file}/CMakeLists.txt |    0
 Tests/RunCMake/find_file/PrefixInPATH-stdout.txt   |    4 ++++
 Tests/RunCMake/find_file/PrefixInPATH.cmake        |    8 +++++++
 Tests/RunCMake/find_file/RunCMakeTest.cmake        |    3 +++
 .../RunCMake/find_file/include/PrefixInPATH.h      |    0
 .../RunCMake/find_library/PrefixInPATH-stdout.txt  |    4 ++++
 Tests/RunCMake/find_library/PrefixInPATH.cmake     |   11 ++++++++++
 Tests/RunCMake/find_library/RunCMakeTest.cmake     |    1 +
 .../RunCMake/find_library/lib/libPrefixInPATH.a    |    0
 .../RunCMake/{CMP0055 => find_path}/CMakeLists.txt |    0
 Tests/RunCMake/find_path/PrefixInPATH-stdout.txt   |    4 ++++
 Tests/RunCMake/find_path/PrefixInPATH.cmake        |    8 +++++++
 Tests/RunCMake/find_path/RunCMakeTest.cmake        |    3 +++
 .../RunCMake/find_path/include/PrefixInPATH.h      |    0
 23 files changed, 93 insertions(+), 5 deletions(-)
 create mode 100644 Help/release/dev/find-command-prefix-from-PATH.rst
 copy Tests/RunCMake/{CMP0055 => find_file}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/find_file/PrefixInPATH-stdout.txt
 create mode 100644 Tests/RunCMake/find_file/PrefixInPATH.cmake
 create mode 100644 Tests/RunCMake/find_file/RunCMakeTest.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/find_file/include/PrefixInPATH.h (100%)
 create mode 100644 Tests/RunCMake/find_library/PrefixInPATH-stdout.txt
 create mode 100644 Tests/RunCMake/find_library/PrefixInPATH.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/find_library/lib/libPrefixInPATH.a (100%)
 copy Tests/RunCMake/{CMP0055 => find_path}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/find_path/PrefixInPATH-stdout.txt
 create mode 100644 Tests/RunCMake/find_path/PrefixInPATH.cmake
 create mode 100644 Tests/RunCMake/find_path/RunCMakeTest.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/find_path/include/PrefixInPATH.h (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list