Skip to content
Snippets Groups Projects
Commit dc5c4270 authored by mattijs's avatar mattijs
Browse files

BUG: config.csh: wrong variable. Fixes #176

parent 45198c58
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,7 @@ unsetenv GMP_ARCH_PATH MPFR_ARCH_PATH ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment