Skip to content

FindPython: Convert env CMAKE_FRAMEWORK_PATH to CMake path

Because this is an environment variable it could be expressed in native format (i.e. colon-separated except on Windows). Other CMake enviornment variables convert from native.

Should anyone have been working around this using semicolons, that still works after this change.

Backport: release

Edited by Brad King

Merge request reports