[Cmake-commits] CMake branch, next, updated. v2.8.1-1469-gf61dc45

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Jun 22 11:12:38 EDT 2010


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  f61dc4503646b953031bf7630652c4236325722e (commit)
       via  fb1eb141b5ab2e939f512976779cdff0801c05cf (commit)
      from  e00e91660ea7d8c104f4ec598fbae3a0652e1a82 (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=f61dc4503646b953031bf7630652c4236325722e
commit f61dc4503646b953031bf7630652c4236325722e
Merge: e00e916 fb1eb14
Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Date:   Tue Jun 22 17:12:24 2010 +0200

    Merge branch 'findopenssl-win64' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fb1eb141b5ab2e939f512976779cdff0801c05cf
commit fb1eb141b5ab2e939f512976779cdff0801c05cf
Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Date:   Tue Jun 22 17:11:39 2010 +0200

    Apply patch from B. King on ML

diff --git a/Modules/FindOpenSSL.cmake b/Modules/FindOpenSSL.cmake
index e496c84..826ae09 100644
--- a/Modules/FindOpenSSL.cmake
+++ b/Modules/FindOpenSSL.cmake
@@ -33,8 +33,8 @@ SET(_OPENSSL_ROOT_PATHS
   )
 FIND_PATH(OPENSSL_ROOT_DIR
   NAMES include/openssl/ssl.h
-  HINTS ${_OPENSSL_HINTS}
-  PATHS ${_OPENSSL_PATHS}
+  HINTS ${_OPENSSL_ROOT_HINTS}
+  PATHS ${_OPENSSL_ROOT_PATHS}
 )
 MARK_AS_ADVANCED(OPENSSL_ROOT_DIR)
 

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

Summary of changes:
 Modules/FindOpenSSL.cmake |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list