mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Change boost looked for in ThirdParty to version 1.45.0.
This commit is contained in:
@ -228,7 +228,7 @@ endif
|
||||
# boost and CGAL
|
||||
# ~~~~~~~~~~~~~~
|
||||
|
||||
set boost_version=boost_1_42_0
|
||||
set boost_version=boost_1_45_0
|
||||
set cgal_version=CGAL-3.7
|
||||
|
||||
setenv BOOST_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version
|
||||
|
||||
@ -247,7 +247,7 @@ fi
|
||||
# boost and CGAL
|
||||
# ~~~~~~~~~~~~~~
|
||||
|
||||
boost_version=boost_1_42_0
|
||||
boost_version=boost_1_45_0
|
||||
cgal_version=CGAL-3.7
|
||||
|
||||
export BOOST_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version
|
||||
|
||||
Reference in New Issue
Block a user