[cmake-developers] [CMake 0014735]: FindOpenSSL.cmake does not honor the OPENSSL_ROOT_DIR variable for non Windows platforms

Mantis Bug Tracker mantis at public.kitware.com
Tue Feb 4 21:52:20 EST 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14735 
====================================================================== 
Reported By:                Ho Cheung
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14735
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-02-04 21:52 EST
Last Modified:              2014-02-04 21:52 EST
====================================================================== 
Summary:                    FindOpenSSL.cmake does not honor the
OPENSSL_ROOT_DIR variable for non Windows platforms
Description: 
For non Windows platforms, FindOpenSSL.cmake proceeds to set _OPENSSL_ROOT_HINTS
with OPENSSL_ROOT_DIR. (Line 55)

However, _OPENSSL_ROOT_HINTS is not propagated to _OPENSSL_ROOT_HINTS_AND_PATHS
which is how the OPENSSL_INCLUDE_DIR is found. (Line 61-69)

Patch is attached.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-02-04 21:52 Ho Cheung      New Issue                                    
2014-02-04 21:52 Ho Cheung      File Added: patch.diff                       
======================================================================



More information about the cmake-developers mailing list