From 6585f7a1d3935c5787981dc5e9a0268ce8fec194 Mon Sep 17 00:00:00 2001 From: Vikas Sharma Date: Sun, 12 May 2024 11:27:16 +0900 Subject: [PATCH] minor updates in install.py Minor updates in install.py --- install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/install.py b/install.py index 6c4196510..4e999f3d8 100755 --- a/install.py +++ b/install.py @@ -23,7 +23,6 @@ cmake_def += " -D USE_GMSH_SDK:BOOL=ON" cmake_def += " -D CMAKE_BUILD_TYPE=Debug" cmake_def += " -D BUILD_SHARED_LIBS:BOOL=ON" - cmake_def += " -D USE_LIS:BOOL=ON" cmake_def += " -D CMAKE_INSTALL_PREFIX:PATH=${EASIFEM_CLASSES}" print("CMAKE DEF : ", cmake_def) _build0 = os.path.join(os.environ["HOME"], "temp")