[cmake-developers] [CMake 0013868]: FindOpenSSL fails to locate package when OPENSSL_ROOT_DIR is set on non-WIN32 platforms

Mantis Bug Tracker mantis at public.kitware.com
Tue Jan 22 19:50:13 EST 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13868 
====================================================================== 
Reported By:                Johnson City
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13868
Category:                   Modules
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-01-22 19:50 EST
Last Modified:              2013-01-22 19:50 EST
====================================================================== 
Summary:                    FindOpenSSL fails to locate package when
OPENSSL_ROOT_DIR is set on non-WIN32 platforms
Description: 
FindOpenSSL fails to include OPENSSL_ROOT_DIR in the search paths on non-WIN32
configurations

Steps to Reproduce: 
1) cd openssl_source
2) ./config --prefix=$HOME/dev/openssl
3) make install
4) Add find_package(OpenSSL) to a cmake project
5) cmake -DOPENSSL_ROOT_DIR=$HOME/dev/openssl ..

find_package(OpenSSL) fails to locate this installation
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-01-22 19:50 Johnson City   New Issue                                    
======================================================================




More information about the cmake-developers mailing list