Skip to content

Instantly share code, notes, and snippets.

@bmount
Created May 14, 2022 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmount/8e48cfef20ed268687aa371d39af34d4 to your computer and use it in GitHub Desktop.
Save bmount/8e48cfef20ed268687aa371d39af34d4 to your computer and use it in GitHub Desktop.
cmake -DPYTHON_DEFAULT_INTERPRETER=$(which python3) -DBUILD_opencv_python3=ON -DPYTHON3_LIBRARY=/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/libpython3.9.dylib -DPYTHON3_INCLUDE_DIR=/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/include/python3.9 ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment