Skip to content
Snippets Groups Projects
Commit 791d4fd3 authored by Brad King's avatar Brad King
Browse files

FindOpenSSL: Prefer OPENSSL_ROOT_DIR only if non-empty

Since commit 5cc8a698 (FindOpenSSL: Trust the user's OPENSSL_ROOT_DIR,
2023-05-17, v3.27.0-rc1~71^2) we use `OPENSSL_ROOT_DIR` whenever it is
defined, even if it is an empty string.  This breaks a pattern in
existing projects that define an empty `OPENSSL_ROOT_DIR` cache entry so
that `cmake-gui` users can fill it in.  Use the value only if non-empty.

Issue: #18352
parent 8ea4a99d
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment