From ec977ab001e4bb1eb5d556e658214831a798a055 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 6 Sep 2016 17:50:37 +0300 Subject: [PATCH] According to CoTech84 decision use MeshGems executables by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e59bb6..4d19c52 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ SET(BUILD_SHARED_LIBS TRUE) # ============ OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ON) OPTION(SALOME_BUILD_DOC "Generate SALOME GHS3DPLUGIN documentation" ON) -OPTION(SALOME_USE_MG_LIBS "Use MeshGems libraries" ON) +OPTION(SALOME_USE_MG_LIBS "Use MeshGems libraries" OFF) IF(SALOME_BUILD_TESTS) ENABLE_TESTING() -- 2.39.2