[Cmake-commits] CMake branch, next, updated. v3.3.0-rc3-915-gf14b781
Brad King
brad.king at kitware.com
Wed Jul 8 14:25:27 EDT 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, next has been updated
via f14b78139f872d702d2198a4d137cb40cf3fde78 (commit)
via d3d4d6275a2fdcc735da44d99a37644d90dd8338 (commit)
from 2685880c4ab31b159ebcbffdd5fd99ffb305b86a (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=f14b78139f872d702d2198a4d137cb40cf3fde78
commit f14b78139f872d702d2198a4d137cb40cf3fde78
Merge: 2685880 d3d4d62
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 8 14:25:26 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 8 14:25:26 2015 -0400
Merge topic 'FindXercesC-versioned-library' into next
d3d4d627 FindXercesC: Find versioned library on Windows
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d3d4d6275a2fdcc735da44d99a37644d90dd8338
commit d3d4d6275a2fdcc735da44d99a37644d90dd8338
Author: Roger Leigh <rleigh at codelibre.net>
AuthorDate: Wed Jul 8 17:29:10 2015 +0000
Commit: Roger Leigh <rleigh at codelibre.net>
CommitDate: Wed Jul 8 18:08:20 2015 +0000
FindXercesC: Find versioned library on Windows
diff --git a/Modules/FindXercesC.cmake b/Modules/FindXercesC.cmake
index 5a8ea9d..984f1b9 100644
--- a/Modules/FindXercesC.cmake
+++ b/Modules/FindXercesC.cmake
@@ -62,7 +62,7 @@ find_path(XercesC_INCLUDE_DIR
mark_as_advanced(XercesC_INCLUDE_DIR)
# Find all XercesC libraries
-find_library(XercesC_LIBRARY "xerces-c"
+find_library(XercesC_LIBRARY NAMES "xerces-c" "xerces-c_3"
DOC "Xerces-C++ libraries")
mark_as_advanced(XercesC_LIBRARY)
-----------------------------------------------------------------------
Summary of changes:
Modules/FindXercesC.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list