mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +05:00
Migration to OpenCASCADE CMake configuration: additional commit
This commit is contained in:
parent
9fe1f193a4
commit
93bb870bc5
@ -28,12 +28,17 @@
|
|||||||
// This workaround will be removed after correction of the
|
// This workaround will be removed after correction of the
|
||||||
// https://tracker.dev.opencascade.org/view.php?id=28457 issue.
|
// https://tracker.dev.opencascade.org/view.php?id=28457 issue.
|
||||||
#ifdef HAVE_TBB
|
#ifdef HAVE_TBB
|
||||||
#undef HAVE_TBB
|
#undef HAVE_TBB
|
||||||
#include <cv.h>
|
#include <cv.h>
|
||||||
#include <highgui.h>
|
#include <highgui.h>
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include <opencv2/imgproc/imgproc.hpp>
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include <opencv2/highgui/highgui.hpp>
|
||||||
#define HAVE_TBB
|
#define HAVE_TBB
|
||||||
|
#else
|
||||||
|
#include <cv.h>
|
||||||
|
#include <highgui.h>
|
||||||
|
#include <opencv2/imgproc/imgproc.hpp>
|
||||||
|
#include <opencv2/highgui/highgui.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Qt
|
// Qt
|
||||||
|
Loading…
Reference in New Issue
Block a user