ENH: ensure CMake gets the correct C++ compiler (works with cmake 2.8.3)

- remove settings for really old cmake versions
This commit is contained in:
Mark Olesen
2010-12-30 16:58:25 +01:00
parent 46a5865894
commit 4148c975f9
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@ then
exit 1
fi
# ensure CMake gets the correct C++ compiler
[ -n "$WM_CXX" ] && export CXX="$WM_CXX"
wmake libso vtkPV3Readers
PV3blockMeshReader/Allwmake
PV3FoamReader/Allwmake