STYLE: more consistent use of CGAL_LIBS for surfaceBooleanFeatures
This commit is contained in:
parent
64f4745277
commit
a4a8f77b7b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user