Commit 6ebb472
authored
Prioritize ${OPENSSL_ROOT_DIR} over system path (#538)
This commit reorders the locations where CMake will look
for openssl, starting with ${OPENSSL_ROOT_DIR} and then
proceeding to system install locations.
This allows the user to provide a different Openssl version
with -DOPENSSL_ROOT_DIR=<path/to/openssl>1 parent 5a326f7 commit 6ebb472
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments