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

pull/5793/head
Alexander Alekhin 9 years ago
parent e37a58df3c
commit 5d346128f7
  1. 1
      cmake/cl2cpp.cmake
  2. 1
      modules/hal/src/precomp.hpp

@ -24,6 +24,7 @@ endif()
set(STR_CPP "// This file is auto-generated. Do not edit!
#include \"precomp.hpp\"
#include \"cvconfig.h\"
#include \"${OUTPUT_HPP_NAME}\"
#ifdef HAVE_OPENCL

@ -40,7 +40,6 @@
//
//M*/
#include "cvconfig.h"
#include "opencv2/hal.hpp"
#include "opencv2/hal/intrin.hpp"
#include <algorithm>

Loading…
Cancel
Save