Closed murraystevenson closed 1 year ago
Appleseed on MacOS was finding and using system Python. Setting CMAKE_LIBRARY_PATH and/or CMAKE_FRAMEWORK_PATH like we have done elsewhere didn't seem to give it the right hint, but setting PYTHON3_LIBRARY ensures it finds our Python instead.
CMAKE_LIBRARY_PATH
CMAKE_FRAMEWORK_PATH
PYTHON3_LIBRARY
Thanks Murray!
Appleseed on MacOS was finding and using system Python. Setting
CMAKE_LIBRARY_PATH
and/orCMAKE_FRAMEWORK_PATH
like we have done elsewhere didn't seem to give it the right hint, but settingPYTHON3_LIBRARY
ensures it finds our Python instead.