Commit 02752be
PYTHON_EXECUTABLE -> Python_EXECUTABLE
The environment variable name in cmake is spelled a bit strangely (Python_EXECUTABLE) but the extensions.py script spelled it PYTHON_EXECUTABLE. This was causing nlopt not to build on my macOS box.
This commit fixes that environment variable name and now it builds on my arm Mac running Ventura.1 parent 7707a49 commit 02752be
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments