|
@@ -5,7 +5,7 @@ message(STATUS "CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}")
|
|
|
|
|
|
### conditionally compile certain modules depending on libraries found on the system
|
|
### conditionally compile certain modules depending on libraries found on the system
|
|
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../shared/cmake)
|
|
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../shared/cmake)
|
|
-find_package(CGAL QUIET COMPONENTS Core)
|
|
|
|
|
|
+#find_package(CGAL QUIET COMPONENTS Core)
|
|
find_package(MATLAB QUIET)
|
|
find_package(MATLAB QUIET)
|
|
find_package(MOSEK)
|
|
find_package(MOSEK)
|
|
|
|
|
|
@@ -16,7 +16,7 @@ option(LIBIGL_WITH_NANOGUI "Use Nanogui menu" OFF)
|
|
option(LIBIGL_WITH_EMBREE "Use Embree" ON)
|
|
option(LIBIGL_WITH_EMBREE "Use Embree" ON)
|
|
|
|
|
|
### libIGL options: choose your dependencies (by default everything is OFF, in this example we need the viewer)
|
|
### libIGL options: choose your dependencies (by default everything is OFF, in this example we need the viewer)
|
|
-option(LIBIGL_WITH_CGAL "Use CGAL" "${CGAL_FOUND}")
|
|
|
|
|
|
+option(LIBIGL_WITH_CGAL "Use CGAL" ON)
|
|
option(LIBIGL_WITH_CORK "Use CORK" OFF)
|
|
option(LIBIGL_WITH_CORK "Use CORK" OFF)
|
|
option(LIBIGL_WITH_MATLAB "Use Matlab" "${MATLAB_FOUND}")
|
|
option(LIBIGL_WITH_MATLAB "Use Matlab" "${MATLAB_FOUND}")
|
|
option(LIBIGL_WITH_MOSEK "Use MOSEK" "${MOSEK_FOUND}")
|
|
option(LIBIGL_WITH_MOSEK "Use MOSEK" "${MOSEK_FOUND}")
|