Commit 5d346128 authored by Alexander Alekhin's avatar Alexander Alekhin

workaround: cvconfig.h doesn't work with hal at this moment

parent e37a58df
...@@ -24,6 +24,7 @@ endif() ...@@ -24,6 +24,7 @@ endif()
set(STR_CPP "// This file is auto-generated. Do not edit! set(STR_CPP "// This file is auto-generated. Do not edit!
#include \"precomp.hpp\" #include \"precomp.hpp\"
#include \"cvconfig.h\"
#include \"${OUTPUT_HPP_NAME}\" #include \"${OUTPUT_HPP_NAME}\"
#ifdef HAVE_OPENCL #ifdef HAVE_OPENCL
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
// //
//M*/ //M*/
#include "cvconfig.h"
#include "opencv2/hal.hpp" #include "opencv2/hal.hpp"
#include "opencv2/hal/intrin.hpp" #include "opencv2/hal/intrin.hpp"
#include <algorithm> #include <algorithm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment