GafferHQ / dependencies

All 3rd party dependencies necessary for building Gaffer
33 stars 26 forks source link

Appleseed : Stop Mac build from finding system Python #227

Closed murraystevenson closed 1 year ago

murraystevenson commented 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.

johnhaddon commented 1 year ago

Thanks Murray!