Update for windows release: added FindEigen3.cmake so that g2oConfig.cmake can find Eigen3 not using targets from PCL install, hiding console when creating a bundle app in windows, disabled vtk console

This commit is contained in:
matlabbe
2023-03-13 03:10:16 -07:00
parent e51d161407
commit 53025bf059
12 changed files with 136 additions and 14 deletions

View File

@@ -142,7 +142,9 @@ CloudViewer::CloudViewer(QWidget *parent, CloudViewerInteractorStyle * style) :
{
UDEBUG("");
this->setMinimumSize(200, 200);
vtkObject::GlobalWarningDisplayOff();
int argc = 0;
UASSERT(style!=0);
style->setCloudViewer(this);