VTK off by default

This commit is contained in:
Anatoly Baksheev
2014-01-24 21:44:59 +04:00
parent 9145985ff4
commit 3dc2dbc17e
3 changed files with 5 additions and 5 deletions

View File

@@ -43,8 +43,8 @@
//
//M*/
#ifndef __OPENCV_VIZ_HPP__
#define __OPENCV_VIZ_HPP__
#ifndef __OPENCV_VIZCORE_HPP__
#define __OPENCV_VIZCORE_HPP__
#include <opencv2/viz/types.hpp>
#include <opencv2/viz/widgets.hpp>
@@ -124,4 +124,4 @@ namespace cv
} /* namespace viz */
} /* namespace cv */
#endif /* __OPENCV_VIZ_HPP__ */
#endif /* __OPENCV_VIZCORE_HPP__ */