mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Modifying options for building with boost to make sure that the ThirdParty
version is being used.
This commit is contained in:
@ -3,4 +3,5 @@ CGAL_PATH = ${WM_THIRD_PARTY_DIR}/CGAL-${CGAL_VERSION}
|
||||
CGAL_INC = \
|
||||
-Wno-old-style-cast \
|
||||
-I${CGAL_SRC}/include \
|
||||
-I${CGAL_PATH}
|
||||
-I${CGAL_PATH} \
|
||||
-I${BOOST_ROOT}/include/boost-${BOOST_LIB_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user