BUG: etc: CGAL setup

This commit is contained in:
mattijs
2014-01-30 09:05:10 +00:00
parent eb13a00a32
commit 85d60f6883
4 changed files with 12 additions and 2 deletions

View File

@ -41,6 +41,10 @@ if ($?FOAM_VERBOSE && $?prompt) then
echo " $boost_version at $BOOST_ARCH_PATH"
endif
if ( -d "$CGAL_ARCH_PATH" ) then
_foamAddLib $CGAL_ARCH_PATH/lib
endif
if ( -d "$BOOST_ARCH_PATH" ) then
_foamAddLib $BOOST_ARCH_PATH/lib
endif