Skip to content

Commit 67c3b00

Browse files
authored
Fixed top level CMake options
1 parent 0bcf13d commit 67c3b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (PROJECT_IS_TOP_LEVEL)
1717
option(USE_SUITESPARSE "Use suite sparse methods for matrix inversion" ON)
1818
option(USE_PYBIND "Generate pybindings" ON)
1919
option(BUILD_CURVATURE_METRIC_TESTS "Build tests" ON)
20-
add_option(USE_EMBREE "Use Embree for rendering" OFF)
20+
option(USE_EMBREE "Use Embree for rendering" OFF)
2121

2222
# Set libigl and suitesparse options
2323
option(LIBIGL_PREDICATES "Use Predicates" ON)

0 commit comments

Comments
 (0)