set python3 root on mac explicitly

This commit is contained in:
Christopher Lackner 2023-08-30 13:27:53 +02:00
parent 5c87a797ff
commit a94a940fe3

View File

@ -241,6 +241,7 @@ build_mac:
-DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
-DUSE_CGNS=ON
-DUSE_OCC=ON
-DPython3_ROOT_DIR=/Library/Frameworks/Python.framework/Versions/3.8/
- make -j5 install
test_mac: