From a94eacd7680a1ffb5d57cc4d462d3ab04bcf9fae Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 3 May 2012 14:03:57 +0000 Subject: [PATCH] OptHom now uses the DEFAULT enable flag --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccf539cfda..19856a40bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ option(ENABLE_FL_TREE "Enable FLTK tree browser widget" ${DEFAULT}) option(ENABLE_FOURIER_MODEL "Enable Fourier geometrical models" OFF) option(ENABLE_GMM "Enable GMM linear algebra solvers" ${DEFAULT}) option(ENABLE_GRAPHICS "Compile-in OpenGL graphics even if there is no GUI" OFF) -option(ENABLE_OPTHOM "Enable optimization tool for high order meshes" ON) +option(ENABLE_OPTHOM "Enable optimization tool for high order meshes" ${DEFAULT}) option(ENABLE_KBIPACK "Enable Kbipack for homology solver" ${DEFAULT}) option(ENABLE_MATHEX "Enable MathEx expression parser" ${DEFAULT}) option(ENABLE_MED "Enable MED mesh and post-processing file formats" ${DEFAULT}) -- GitLab