Skip to content
Snippets Groups Projects
Commit 20808aa9 authored by B13nch3n's avatar B13nch3n
Browse files

Merge branch 'develop' into carbohydrates

parents e18e1d60 c1fe8aad
No related branches found
No related tags found
No related merge requests found
......@@ -370,11 +370,11 @@ C flags:
.. code-block:: bash
cmake . -DPYTHON_INCLUDE_PATH=/usr/local/Cellar/python@3.8/3.8.3_1/\
Frameworks/Python.framework/Versions/Current/include/python3.8 \
-DPYTHON_LIBRARIES=/usr/local/Cellar/python@3.8/3.8.3_1/\
Frameworks/Python.framework/Versions/Current/lib/libpython3.8.dylib \
-DPYTHON_ROOT=/usr/local/Cellar/python@3.8/3.8.3_1 \
cmake . -DPYTHON_INCLUDE_PATH=/usr/local/opt/python@3.8/Frameworks/\
Python.framework/Versions/Current/include/python3.8/ \
-DPYTHON_LIBRARIES=/usr/local/opt/python@3.8/Frameworks/\
Python.framework/Versions/Current/lib/libpython3.8.dylib \
-DPYTHON_ROOT=/usr/local/opt/python@3.8/ \
-DBOOST_ROOT=/usr/local \
-DSYS_ROOT=/usr/local \
-DOPTIMIZE=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment