Skip to content

Commit fcbcbd1

Browse files
committed
Merge branch 'alecjacobson/nanobind' of github.com:libigl/libigl-python-bindings into alecjacobson/nanobind
2 parents 0b98261 + fff8d57 commit fcbcbd1

2 files changed

Lines changed: 522 additions & 520 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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")
2828
endif()
2929

30+
message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
31+
3032
# Enable FetchContent to download dependencies at configure time
3133
include(FetchContent)
3234

@@ -40,8 +42,8 @@ FetchContent_MakeAvailable(nanobind)
4042

4143
# Download and set up libigl
4244
option(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)
4547
option(LIBIGL_COPYLEFT_TETGEN "Build target igl_copyleft::tetgen" ON)
4648
option(LIBIGL_RESTRICTED_TRIANGLE "Build target igl_restricted::triangle" ON)
4749
FetchContent_Declare(

0 commit comments

Comments
 (0)