[Cmake-commits] CMake branch, next, updated. v3.4.2-2030-gf0f0470

Brad King brad.king at kitware.com
Tue Jan 19 16:18:44 EST 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, next has been updated
       via  f0f0470cbf18cdea04873fd1ad67a6504f88a779 (commit)
       via  78ff8bba81c7fa4dec884c9b59e4058cc830e818 (commit)
      from  d1a35c5c4f0a105e06039f9ca675c1452fbaf3ec (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=f0f0470cbf18cdea04873fd1ad67a6504f88a779
commit f0f0470cbf18cdea04873fd1ad67a6504f88a779
Merge: d1a35c5 78ff8bb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 19 16:18:43 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 19 16:18:43 2016 -0500

    Merge topic 'xalanc' into next
    
    78ff8bba FindXalanC: Do not require XercesC unconditionally


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=78ff8bba81c7fa4dec884c9b59e4058cc830e818
commit 78ff8bba81c7fa4dec884c9b59e4058cc830e818
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 19 16:15:02 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jan 19 16:15:02 2016 -0500

    FindXalanC: Do not require XercesC unconditionally

diff --git a/Modules/FindXalanC.cmake b/Modules/FindXalanC.cmake
index 99b31d1..bdb823a 100644
--- a/Modules/FindXalanC.cmake
+++ b/Modules/FindXalanC.cmake
@@ -110,7 +110,7 @@ unset(XalanC_VERSION_MAJOR)
 unset(XalanC_VERSION_MINOR)
 unset(XalanC_VERSION_PATCH)
 
-find_package(XercesC REQUIRED)
+find_package(XercesC) # TODO: require if we are required
 
 include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
 FIND_PACKAGE_HANDLE_STANDARD_ARGS(XalanC

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

Summary of changes:
 Modules/FindXalanC.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list