Skip to content
Snippets Groups Projects
Commit 0f69fc03 authored by henry's avatar henry
Browse files

Fixed the handling MPI_ARCH_PATH

parent 6c15fb66
Branches
Tags
No related merge requests found
...@@ -43,7 +43,7 @@ addCMakeVariable () ...@@ -43,7 +43,7 @@ addCMakeVariable ()
initialiseVariables () initialiseVariables ()
{ {
unset CMAKE_VARIABLES OBJ_ADD MPI_ARCH_PATH unset CMAKE_VARIABLES OBJ_ADD
if [ "$VERBOSE" = ON ]; then if [ "$VERBOSE" = ON ]; then
addCMakeVariable "CMAKE_VERBOSE_MAKEFILE=TRUE" addCMakeVariable "CMAKE_VERBOSE_MAKEFILE=TRUE"
...@@ -255,7 +255,6 @@ installParaView () ...@@ -255,7 +255,6 @@ installParaView ()
# for good measure - clear a few variables before using any of the functions # for good measure - clear a few variables before using any of the functions
unset VERBOSE INCLUDE_MPI INCLUDE_PYTHON INCLUDE_MESA PYTHON_LIBRARY unset VERBOSE INCLUDE_MPI INCLUDE_PYTHON INCLUDE_MESA PYTHON_LIBRARY
unset MPI_ARCH_PATH
unset CMAKE_VARIABLES OBJ_ADD unset CMAKE_VARIABLES OBJ_ADD
unset CMAKE_SKIP unset CMAKE_SKIP
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment