We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcf13d commit 67c3b00Copy full SHA for 67c3b00
CMakeLists.txt
@@ -17,7 +17,7 @@ if (PROJECT_IS_TOP_LEVEL)
17
option(USE_SUITESPARSE "Use suite sparse methods for matrix inversion" ON)
18
option(USE_PYBIND "Generate pybindings" ON)
19
option(BUILD_CURVATURE_METRIC_TESTS "Build tests" ON)
20
- add_option(USE_EMBREE "Use Embree for rendering" OFF)
+ option(USE_EMBREE "Use Embree for rendering" OFF)
21
22
# Set libigl and suitesparse options
23
option(LIBIGL_PREDICATES "Use Predicates" ON)
0 commit comments