File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ option(LIBIGL_RESTRICTED_TRIANGLE "Build target igl_restricted::triangle" ON)
4949FetchContent_Declare(
5050 libigl
5151 GIT_REPOSITORY https://github.com/libigl/libigl.git
52- GIT_TAG a221faf1e4bd571529ca2101c08bc2458579b1da
52+ GIT_TAG 788871103938ce92112714d11ea491e8e6b4d972
5353)
5454FetchContent_MakeAvailable(libigl)
5555
Original file line number Diff line number Diff line change @@ -72,7 +72,10 @@ expected.
7272
7373Install whichever version of Python from the [ official website] ( https://www.python.org/downloads/ ) and then run:
7474
75- /Library/Frameworks/Python.framework/Versions/[version]/bin/python -m pip install cibuildwheel
75+
76+ /Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11 -m venv venv-official-3.11
77+ source venv-official-3.11/bin/activate
78+ python -m pip install cibuildwheel
7679 CIBW_BUILD="cp311-*" python -m cibuildwheel --output-dir wheelhouse --platform macos
7780
7881## Downloading all the artifacts
Original file line number Diff line number Diff line change 11################################################################################
2- cmake_minimum_required (VERSION 2.8.12 )
2+ cmake_minimum_required (VERSION 3.5 )
33################################################################################
44# See comments and discussions here:
55# http://stackoverflow.com/questions/5088460/flags-to-enable-thorough-and-verbose-g-warnings
You can’t perform that action at this time.
0 commit comments