Commit fcb1619
fix: pass WOLFSSL_DIR as env var, not cmake -D
wychcheck's CMakeLists.txt reads WOLFSSL_DIR from the environment
($ENV{WOLFSSL_DIR}), which overwrites any -D cache variable. Pass it
as an env var so cmake picks it up correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6564a19 commit fcb1619
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | | - | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments