mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: config.csh: wrong variable. Fixes #176
This commit is contained in:
@ -208,7 +208,7 @@ unsetenv GMP_ARCH_PATH MPFR_ARCH_PATH
|
|||||||
# Location of compiler installation
|
# Location of compiler installation
|
||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
if ( ! $?WM_COMPILER_TYPE ) then
|
if ( ! $?WM_COMPILER_TYPE ) then
|
||||||
set WM_COMPILER_TYPE=system
|
setenv WM_COMPILER_TYPE system
|
||||||
echo "Warning in $WM_PROJECT_DIR/etc/config.csh/settings:"
|
echo "Warning in $WM_PROJECT_DIR/etc/config.csh/settings:"
|
||||||
echo " WM_COMPILER_TYPE not set, using '$WM_COMPILER_TYPE'"
|
echo " WM_COMPILER_TYPE not set, using '$WM_COMPILER_TYPE'"
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user