[Cmake-commits] CMake branch, master, updated. v3.8.0-rc1-382-g6c332bd

Brad King brad.king at kitware.com
Thu Mar 2 09:26:11 EST 2017


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  6c332bd84ce320e4163130a052af7b9950b38318 (commit)
       via  503f25d490e56dfc1d3dc894e1fc1bd3e7e89e81 (commit)
      from  5d81817b7168d16190848807d2cfb73ed14b8ee7 (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=6c332bd84ce320e4163130a052af7b9950b38318
commit 6c332bd84ce320e4163130a052af7b9950b38318
Merge: 5d81817 503f25d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 2 09:26:08 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 2 09:26:08 2017 -0500

    Merge topic 'find_library-custom-lib-suffix'
    
    503f25d4 find_library: Allow custom lib suffix be used as find path


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

Summary of changes:
 Help/command/find_library.rst                      |    7 +++++
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/prop_gbl/FIND_LIBRARY_USE_LIB32_PATHS.rst     |    2 ++
 Help/prop_gbl/FIND_LIBRARY_USE_LIB64_PATHS.rst     |    2 ++
 .../release/dev/find_library-custom-lib-suffix.rst |    6 +++++
 .../CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.rst       |   11 ++++++++
 Source/cmFindLibraryCommand.cxx                    |   28 +++++++++++---------
 Tests/CMakeOnly/find_library/CMakeLists.txt        |   15 ++++++++++-
 .../find_library/lib/{64 => A/libXYZ}/libtest2.a   |    0
 .../find_library/lib/{A/lib => XYZ}/libtest1.a     |    0
 .../{lib32/A/lib32 => libXYZ/A/lib}/libtest4.a     |    0
 .../{lib/32 => libXYZ/A/libXYZ}/libtest5.a         |    0
 .../CMakeOnly/find_library/libXYZ/A/libtest6.a     |    0
 .../CMakeOnly/find_library/libXYZ/libtest7.a       |    0
 14 files changed, 58 insertions(+), 14 deletions(-)
 create mode 100644 Help/release/dev/find_library-custom-lib-suffix.rst
 create mode 100644 Help/variable/CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.rst
 copy Tests/CMakeOnly/find_library/lib/{64 => A/libXYZ}/libtest2.a (100%)
 copy Tests/CMakeOnly/find_library/lib/{A/lib => XYZ}/libtest1.a (100%)
 copy Tests/CMakeOnly/find_library/{lib32/A/lib32 => libXYZ/A/lib}/libtest4.a (100%)
 copy Tests/CMakeOnly/find_library/{lib/32 => libXYZ/A/libXYZ}/libtest5.a (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/CMakeOnly/find_library/libXYZ/A/libtest6.a (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/CMakeOnly/find_library/libXYZ/libtest7.a (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list