Skip to content
Snippets Groups Projects
Commit 0f47e1bc authored by Mark OLESEN's avatar Mark OLESEN
Browse files

Merge branch 'develop' into 'master'

Last-minute fix for typos

See merge request !3
parents 4b5eff03 063c34f1
No related branches found
No related tags found
1 merge request!3Last-minute fix for typos
......@@ -336,6 +336,16 @@ The minimum CMake requirements for building various components.
3.5 ParaView-5.1.0
### GCC Minimum Requirements <a name="min-gcc"></a>
The minimum gcc/g++ requirements for building various components.
4.7 llvm-3.7.0
4.7 llvm-3.6.2
4.7 llvm-3.5.2
4.4 llvm-3.4.2
<!-- gcc-related -->
[page gcc]: http://gcc.gnu.org/releases.html
[page gmp]: http://gmplib.org/
......
......@@ -91,7 +91,7 @@ USAGE
}
#------------------------------------------------------------------------------
# Ensure CMake gets the correct C/C++ compiler
[ -n "$WM_CC" ] && export CC="$WM_CCX"
[ -n "$WM_CC" ] && export CC="$WM_CC"
[ -n "$WM_CXX" ] && export CXX="$WM_CXX"
unset optHeadersOnly
......
......@@ -89,7 +89,7 @@ USAGE
}
#-----------------------------------------------------------------------------
# Ensure CMake gets the correct C/C++ compiler
[ -n "$WM_CC" ] && export CC="$WM_CCX"
[ -n "$WM_CC" ] && export CC="$WM_CC"
[ -n "$WM_CXX" ] && export CXX="$WM_CXX"
# Parse options
......
......@@ -77,7 +77,7 @@ USAGE
}
#------------------------------------------------------------------------------
# Ensure CMake gets the correct C/C++ compiler
[ -n "$WM_CC" ] && export CC="$WM_CCX"
[ -n "$WM_CC" ] && export CC="$WM_CC"
[ -n "$WM_CXX" ] && export CXX="$WM_CXX"
# Parse options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment