Fixed the handling MPI_ARCH_PATH
This commit is contained in:
parent
6c15fb66bb
commit
0f69fc03bb
@ -43,7 +43,7 @@ addCMakeVariable ()
|
||||
|
||||
initialiseVariables ()
|
||||
{
|
||||
unset CMAKE_VARIABLES OBJ_ADD MPI_ARCH_PATH
|
||||
unset CMAKE_VARIABLES OBJ_ADD
|
||||
|
||||
if [ "$VERBOSE" = ON ]; then
|
||||
addCMakeVariable "CMAKE_VERBOSE_MAKEFILE=TRUE"
|
||||
@ -255,7 +255,6 @@ installParaView ()
|
||||
# for good measure - clear a few variables before using any of the functions
|
||||
|
||||
unset VERBOSE INCLUDE_MPI INCLUDE_PYTHON INCLUDE_MESA PYTHON_LIBRARY
|
||||
unset MPI_ARCH_PATH
|
||||
unset CMAKE_VARIABLES OBJ_ADD
|
||||
unset CMAKE_SKIP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user