mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: more consistent use of CGAL_LIBS for surfaceBooleanFeatures
This commit is contained in:
@ -10,7 +10,7 @@ if have_cgal
|
|||||||
then
|
then
|
||||||
wmake $targetType PolyhedronReader
|
wmake $targetType PolyhedronReader
|
||||||
export COMP_FLAGS='-IPolyhedronReader'
|
export COMP_FLAGS='-IPolyhedronReader'
|
||||||
export LINK_FLAGS='${CGAL_LIBS} -lPolyhedronReader'
|
export LINK_FLAGS='-lPolyhedronReader'
|
||||||
else
|
else
|
||||||
export COMP_FLAGS="-DNO_CGAL"
|
export COMP_FLAGS="-DNO_CGAL"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -26,4 +26,5 @@ EXE_LIBS = \
|
|||||||
-lfileFormats \
|
-lfileFormats \
|
||||||
-lsurfMesh \
|
-lsurfMesh \
|
||||||
-lmeshTools \
|
-lmeshTools \
|
||||||
|
${CGAL_LIBS} \
|
||||||
$(LINK_FLAGS)
|
$(LINK_FLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user