From 26e0140b4ad62833874ca7bafefe752a66107793 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 19 Mar 2011 18:18:38 +0000 Subject: [PATCH] Activate WITH_SMESH_CANCEL_COMPUTE with automake --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 9fd33f5ca..e6913e39a 100644 --- a/configure.ac +++ b/configure.ac @@ -427,6 +427,9 @@ dnl AM_CONDITIONAL(ENABLE_OCCVIEWER, [test "$DISABLE_OCCVIEWER" = no]) dnl AM_CONDITIONAL(ENABLE_VTKVIEWER, [test "$DISABLE_VTKVIEWER" = no]) dnl AM_CONDITIONAL(ENABLE_SALOMEOBJECT, [test "$DISABLE_SALOMEOBJECT" = no]) +dnl Build with SMESH cancel compute feature +AC_DEFINE(WITH_SMESH_CANCEL_COMPUTE) + echo echo --------------------------------------------- echo generating Makefiles and configure files -- 2.30.2