mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
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:
3
makeVTK
3
makeVTK
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user