+ check if pcl is built opennurbs support

This commit is contained in:
wmayer
2015-11-04 12:16:35 +01:00
parent 64950056b8
commit 38ca335a1f
4 changed files with 12 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
#include "PreCompiled.h"
#if defined(HAVE_PCL_SURFACE)
#if defined(HAVE_PCL_OPENNURBS)
#ifndef _PreComp_
# include <Geom_BSplineSurface.hxx>
# include <TColgp_Array2OfPnt.hxx>
@@ -236,4 +236,4 @@ Handle(Geom_BSplineSurface) BSplineFitting::perform()
return Handle_Geom_BSplineSurface();
#endif
}
#endif // HAVE_PCL_SURFACE
#endif // HAVE_PCL_OPENNURBS