Skip to content

Commit

Permalink
minor updates in install.py
Browse files Browse the repository at this point in the history
Minor updates in install.py
  • Loading branch information
vickysharma0812 committed May 12, 2024
1 parent 66591bd commit 6585f7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6585f7a

Please sign in to comment.