MantisBT - CMake
View Issue Details
0014735CMakeCMakepublic2014-02-04 21:522014-10-06 10:32
Ho Cheung 
Brad King 
normalminoralways
closedfixed 
CMake 2.8.12.1 
CMake 3.0CMake 3.0 
0014735: FindOpenSSL.cmake does not honor the OPENSSL_ROOT_DIR variable for non Windows platforms
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.
No tags attached.
diff patch.diff (637) 2014-02-04 21:52
https://public.kitware.com/Bug/file/5058/patch.diff
Issue History
2014-02-04 21:52Ho CheungNew Issue
2014-02-04 21:52Ho CheungFile Added: patch.diff
2014-02-05 12:29Brad KingNote Added: 0035039
2014-02-05 12:29Brad KingAssigned To => Brad King
2014-02-05 12:29Brad KingStatusnew => resolved
2014-02-05 12:29Brad KingResolutionopen => fixed
2014-02-05 12:29Brad KingFixed in Version => CMake 3.0
2014-02-05 12:29Brad KingTarget Version => CMake 3.0
2014-10-06 10:32Robert MaynardNote Added: 0036904
2014-10-06 10:32Robert MaynardStatusresolved => closed

Notes
(0035039)
Brad King   
2014-02-05 12:29   
Applied, thanks!

FindOpenSSL: Honor OPENSSL_ROOT_DIR everywhere
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=12d6eb63 [^]
(0036904)
Robert Maynard   
2014-10-06 10:32   
Closing resolved issues that have not been updated in more than 4 months.