From: rnv Date: Tue, 6 Sep 2016 14:51:32 +0000 (+0300) Subject: According to CoTech84 decision use MeshGems executables by default. X-Git-Tag: V8_1_0rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cdb2699812a9c86347b1f662af602f002c574dfc;p=plugins%2Fghs3dprlplugin.git According to CoTech84 decision use MeshGems executables by default. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e921bcf..f675e1d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ SET(BUILD_SHARED_LIBS TRUE) # ============ OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ON) OPTION(SALOME_BUILD_DOC "Generate SALOME GHS3DPRLPLUGIN documentation" ON) -OPTION(SALOME_USE_MG_LIBS "Use MeshGems libraries" ON) +OPTION(SALOME_USE_MG_LIBS "Use MeshGems libraries" OFF) MARK_AS_ADVANCED(SALOME_USE_MG_LIBS) IF(SALOME_BUILD_TESTS)