You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Python_ROOT_DIR` is used for the find hints for
- `Python_EXECUTABLE`: Unnecessary because we provide `Python_EXECUTABLE` as a cache variable and that has precedence
- `python-config`: should point to the target's variable. Generally this is a shell script which would be executable during cross-compilation (windows case unknown)
- `Python_LIBRARY`: should point to the target's library which would be on the
`crossenv` uses a fake environment so that `sys.base_*_prefix` variables point to the target's system. Presumably PEP720 would work the same.
Signed-off-by: Cristian Le <[email protected]>
0 commit comments