Skip to content

Commit

Permalink
Fixed top level CMake options
Browse files Browse the repository at this point in the history
  • Loading branch information
rjc8237 authored Aug 23, 2024
1 parent 0bcf13d commit 67c3b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (PROJECT_IS_TOP_LEVEL)
option(USE_SUITESPARSE "Use suite sparse methods for matrix inversion" ON)
option(USE_PYBIND "Generate pybindings" ON)
option(BUILD_CURVATURE_METRIC_TESTS "Build tests" ON)
add_option(USE_EMBREE "Use Embree for rendering" OFF)
option(USE_EMBREE "Use Embree for rendering" OFF)

# Set libigl and suitesparse options
option(LIBIGL_PREDICATES "Use Predicates" ON)
Expand Down

0 comments on commit 67c3b00

Please sign in to comment.