STYLE: reference the location of sources via the sourceBASE variable

- in the future it may be useful to locate all the sources under a
  sub-directory instead
This commit is contained in:
mark
2016-11-27 16:23:21 +01:00
parent cc2161856b
commit 318e249542
17 changed files with 51 additions and 48 deletions

View File

@ -34,7 +34,7 @@
# To use the VTK source from the ParaView source tree, simply make an
# appropriate link first. For example,
#
# ln -s ParaView-v5.2.0/VTK VTK-7.1.0
# (cd $WM_THIRD_PARTY_DIR && ln -s ParaView-v5.2.0/VTK VTK-7.1.0)
#
#------------------------------------------------------------------------------
# Run from third-party directory only
@ -120,7 +120,6 @@ For finer control, the build stages can be selected or deselected individually:
USAGE
exit 1
}
#------------------------------------------------------------------------------
# Ensure CMake gets the correct C/C++ compiler
[ -n "$WM_CC" ] && export CC="$WM_CC"