1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

cmake: don't add include <module>/src directory to avoid conflicts

during opencv_world builds
This commit is contained in:
Alexander Alekhin
2018-03-16 16:36:11 +03:00
parent 22ecdd16ef
commit 6c051a55e5
28 changed files with 45 additions and 46 deletions
+2 -2
View File
@@ -42,8 +42,8 @@
#include "../precomp.hpp"
#include "layers_common.hpp"
#include "op_halide.hpp"
#include "op_inf_engine.hpp"
#include "../op_halide.hpp"
#include "../op_inf_engine.hpp"
#include "opencv2/core/hal/hal.hpp"
#include "opencv2/core/hal/intrin.hpp"
#include <iostream>