From 2eb353004ffa7d78b49a66a94e02af51356a1232 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 6 Sep 2016 17:52:12 +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 0456203..9428e5e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ IF(SALOME_BUILD_TESTS) ENDIF() # Advanced options: -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) OPTION(SALOME_BUILD_GUI "Enable HexoticPLUGIN GUI" ON) MARK_AS_ADVANCED(SALOME_BUILD_GUI) -- 2.39.2