[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-395-g349e637

Brad King brad.king at kitware.com
Thu Nov 6 16:29:14 EST 2014


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  349e6373ba51ba9280161862e82dcca02d8b5483 (commit)
       via  9867e1d54931982711fc76b9fe3d6e2cdd481a3f (commit)
      from  76dad3f5e66a5574693d7f43eca9b3b26833c284 (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=349e6373ba51ba9280161862e82dcca02d8b5483
commit 349e6373ba51ba9280161862e82dcca02d8b5483
Merge: 76dad3f 9867e1d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 6 16:29:12 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Nov 6 16:29:12 2014 -0500

    Merge topic 'update-curl' into next
    
    9867e1d5 curl: Do not enable OpenSSL by default


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9867e1d54931982711fc76b9fe3d6e2cdd481a3f
commit 9867e1d54931982711fc76b9fe3d6e2cdd481a3f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 6 16:28:32 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Nov 6 16:28:32 2014 -0500

    curl: Do not enable OpenSSL by default

diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
index c341146..1777fde 100644
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
@@ -404,7 +404,7 @@ endif()
 
 #-----------------------------------------------------------------------------
 
-option(CMAKE_USE_OPENSSL "Use OpenSSL code. Experimental" ON)
+option(CMAKE_USE_OPENSSL "Use OpenSSL code. Experimental" OFF)
 mark_as_advanced(CMAKE_USE_OPENSSL)
 
 set(USE_SSLEAY OFF)

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

Summary of changes:
 Utilities/cmcurl/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list