mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Fixed the handling MPI_ARCH_PATH
This commit is contained in:
@ -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 ()
|
|||||||
# 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user