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
|
||||
wmake $targetType PolyhedronReader
|
||||
export COMP_FLAGS='-IPolyhedronReader'
|
||||
export LINK_FLAGS='${CGAL_LIBS} -lPolyhedronReader'
|
||||
export LINK_FLAGS='-lPolyhedronReader'
|
||||
else
|
||||
export COMP_FLAGS="-DNO_CGAL"
|
||||
fi
|
||||
|
||||
@ -26,4 +26,5 @@ EXE_LIBS = \
|
||||
-lfileFormats \
|
||||
-lsurfMesh \
|
||||
-lmeshTools \
|
||||
${CGAL_LIBS} \
|
||||
$(LINK_FLAGS)
|
||||
|
||||
Reference in New Issue
Block a user