File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,11 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/ext/pybind11)
3939
4040#Libigl
4141option (LIBIGL_WITH_TRIANGLE "Use Triangle" ON )
42- option (LIBIGL_WITH_CGAL "Use CGAL" ON )
42+ if (WIN32 )
43+ option (LIBIGL_WITH_CGAL "Use CGAL" OFF )
44+ else ()
45+ option (LIBIGL_WITH_CGAL "Use CGAL" ON )
46+ endif ()
4347find_package (LIBIGL REQUIRED)
4448
4549#COMPAS libigl modules
Original file line number Diff line number Diff line change 11set " CMAKE_GENERATOR = Ninja"
22
3- $PYTHON -m pip install . --no-deps --ignore-installed -vv
3+ python -m pip install . --no-deps --ignore-installed -vv
Original file line number Diff line number Diff line change 1- $PYTHON -m pip install . --no-deps --ignore-installed -vv
1+ python -m pip install . --no-deps --ignore-installed -vv
You can’t perform that action at this time.
0 commit comments