From: azv Date: Fri, 22 Oct 2021 14:33:43 +0000 (+0300) Subject: bos #24728: [CEA] Call geometric dump only when explicitly asked by the user X-Git-Tag: V9_8_0b1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ab2ae539d890a74cb57ed44caa5c061310cd698f;p=modules%2Fshaper.git bos #24728: [CEA] Call geometric dump only when explicitly asked by the user --- diff --git a/src/ExchangePlugin/CMakeLists.txt b/src/ExchangePlugin/CMakeLists.txt index e8db9c5e9..7efb757ff 100755 --- a/src/ExchangePlugin/CMakeLists.txt +++ b/src/ExchangePlugin/CMakeLists.txt @@ -86,7 +86,7 @@ SET(PROJECT_LIBRARIES # default dump approaches (will be set if not initialized) SET(PYTHONDUMP_NAMING ON CACHE BOOL "Dump named references to shapes") -SET(PYTHONDUMP_GEO ON CACHE BOOL "Dump references to shapes by the geometric properties") +SET(PYTHONDUMP_GEO OFF CACHE BOOL "Dump references to shapes by the geometric properties") SET(PYTHONDUMP_WEAK OFF CACHE BOOL "Dump weak named references to shapes") ADD_DEFINITIONS(-DEXCHANGEPLUGIN_EXPORTS) diff --git a/src/ExchangePlugin/plugin-Exchange.xml b/src/ExchangePlugin/plugin-Exchange.xml index 80f60a429..b208717e4 100644 --- a/src/ExchangePlugin/plugin-Exchange.xml +++ b/src/ExchangePlugin/plugin-Exchange.xml @@ -100,12 +100,12 @@ - +