From c6243f06d5ebfe6af2645e91bd8ea57a94948f38 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 6 Apr 2011 09:23:02 +0000
Subject: [PATCH] don't try to head OCC geom by default: it's not necesssary
 anymore with occ 6.5

---
 CMakeLists.txt          | 2 +-
 Common/DefaultOptions.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3afb63f7b3..a41708a84a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -312,7 +312,7 @@ if(ENABLE_FLTK)
     if(FLTK_VERSION GREATER 1.1)
       add_subdirectory(Fltk)
       set_config_option(HAVE_FLTK "Fltk")
-      message(STATUS "Using fltk-config script for FLTK " ${FLTK_VERSION})
+      message(STATUS "Using fltk-config script for Fltk " ${FLTK_VERSION})
       execute_process(COMMAND ${FLTK_CONFIG_SCRIPT} --use-gl --use-images --includedir
                       OUTPUT_VARIABLE FLTK_INCLUDE_DIR)
       string(STRIP ${FLTK_INCLUDE_DIR} FLTK_INCLUDE_DIR)
diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index 9acaa546ba..08b05b8699 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -930,9 +930,9 @@ StringXNumber GeometryOptions_Number[] = {
   { F|O, "NumSubEdges" , opt_geometry_num_sub_edges , 20. ,
     "Number of edge subdivisions between control points when displaying curves" }, 
 
-  { F|O, "OCCFixSmallEdges" , opt_geometry_occ_fix_small_edges , 1. , 
+  { F|O, "OCCFixSmallEdges" , opt_geometry_occ_fix_small_edges , 0. , 
     "Fix small edges in STEP, IGES and BRep models" },
-  { F|O, "OCCFixSmallFaces" , opt_geometry_occ_fix_small_faces , 1. , 
+  { F|O, "OCCFixSmallFaces" , opt_geometry_occ_fix_small_faces , 0. , 
     "Fix small faces in STEP, IGES and BRep models" },
   { F|O, "OCCSewFaces" , opt_geometry_occ_sew_faces , 0. , 
     "Sew faces in STEP, IGES and BRep models" },
-- 
GitLab