From 58b34cf0594ba871c29f18fc1109737e4fba68b9 Mon Sep 17 00:00:00 2001 From: ana Date: Mon, 29 Jul 2013 13:56:44 +0000 Subject: [PATCH] Preparation win32 version (Fix for "0022196: [CEA 808] On windows version, impossible to rename objects in object browser" issue) --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6354fb3bf..a7845d74c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,6 +50,10 @@ OPTION(SALOME_USE_PYCONSOLE "Enable Python GUI interface (Mandatory in classic c OPTION(SALOME_USE_SUPERVGRAPHVIEWER "Enable Supervision visualization (Mandatory in classic configurations)" ON) OPTION(SALOME_USE_QXGRAPHVIEWER "Enable QX graph visualization (Mandatory in classic configurations)" ON) +# Build with GUI observers feature +ADD_DEFINITIONS(-DWITH_SALOMEDS_OBSERVER) + + ENABLE_TESTING() SET(VERSION "7.2.0") SET(VERSION_DEV "0") -- 2.39.2