File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
2727 set_property (CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo" )
2828endif ()
2929
30+ message (STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE} " )
31+
3032# Enable FetchContent to download dependencies at configure time
3133include (FetchContent )
3234
@@ -40,8 +42,8 @@ FetchContent_MakeAvailable(nanobind)
4042
4143# Download and set up libigl
4244option (LIBIGL_COPYLEFT_CORE "Build target igl_copyleft::core" ON )
43- option (LIBIGL_COPYLEFT_CGAL "Build target igl_copyleft::cgal" OFF )
44- option (LIBIGL_EMBREE "Build target igl::embree" OFF )
45+ option (LIBIGL_COPYLEFT_CGAL "Build target igl_copyleft::cgal" ON )
46+ option (LIBIGL_EMBREE "Build target igl::embree" ON )
4547option (LIBIGL_COPYLEFT_TETGEN "Build target igl_copyleft::tetgen" ON )
4648option (LIBIGL_RESTRICTED_TRIANGLE "Build target igl_restricted::triangle" ON )
4749FetchContent_Declare (
You can’t perform that action at this time.
0 commit comments