MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014764 | CMake | CMake | public | 2014-02-18 13:51 | 2014-10-06 10:32 |
|
Reporter | Ho Cheung | |
Assigned To | Brad King | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Unix/Linux | OS | | OS Version | |
Product Version | CMake 2.8.12.2 | |
Target Version | | Fixed in Version | | |
|
Summary | 0014764: FindOpenSSL.cmake PkgConfig results takes priority over OPENSSL_ROOT_DIR variable |
Description | If PkgConfig is installed on a Unix-like OS (mine is installed via Macports), the FindOpenSSL.cmake scripts will use it instead of using the OPENSSL_ROOT_DIR variable.
The solution seems to be to move the OPENSSL_ROOT_HINTS_AND_PATHS variable in front of the _OPENSSL_INCLUDEDIR/_OPENSSL_LIBDIR in the appropriate hinting locations.
Patch is attached. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | FindOpenSSLPkgConfigFix.diff (1,295) 2014-02-18 13:51 https://public.kitware.com/Bug/file/5077/FindOpenSSLPkgConfigFix.diff |
|
Issue History |
Date Modified | Username | Field | Change |
2014-02-18 13:51 | Ho Cheung | New Issue | |
2014-02-18 13:51 | Ho Cheung | File Added: FindOpenSSLPkgConfigFix.diff | |
2014-02-18 15:08 | Brad King | Note Added: 0035142 | |
2014-02-18 15:08 | Brad King | Assigned To | => Brad King |
2014-02-18 15:08 | Brad King | Status | new => resolved |
2014-02-18 15:08 | Brad King | Resolution | open => fixed |
2014-10-06 10:32 | Robert Maynard | Note Added: 0036910 | |
2014-10-06 10:32 | Robert Maynard | Status | resolved => closed |