Преглед на файлове

disabled cgal in auto build

Former-commit-id: f2828bde7852a5c8cec4852b5e64191097ccd9d0
Daniele Panozzo преди 9 години
родител
ревизия
5eeca319c9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tutorial/CMakeLists.txt

+ 1 - 1
tutorial/CMakeLists.txt

@@ -36,7 +36,7 @@ option(LIBIGL_WITH_COMISO      "Use CoMiso"         ON)
 ### End   to be tested ----
 ### End   to be tested ----
 
 
 ### libIGL options: decide if you want to use the functionalities that depends on cgal
 ### libIGL options: decide if you want to use the functionalities that depends on cgal
-option(LIBIGL_WITH_CGAL        "Use CGAL"           ON)
+option(LIBIGL_WITH_CGAL        "Use CGAL"           OFF)
 if(LIBIGL_WITH_CGAL) # Do not remove or move this block, cgal strange build system fails without it
 if(LIBIGL_WITH_CGAL) # Do not remove or move this block, cgal strange build system fails without it
   find_package(CGAL REQUIRED)
   find_package(CGAL REQUIRED)
   set(CGAL_DONT_OVERRIDE_CMAKE_FLAGS TRUE CACHE BOOL "CGAL's CMAKE Setup is super annoying ")
   set(CGAL_DONT_OVERRIDE_CMAKE_FLAGS TRUE CACHE BOOL "CGAL's CMAKE Setup is super annoying ")