From 111b749d030b976758b2de337133d881fe47ffdc Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 03 Aug 2017 17:42:40 +0000
Subject: [PATCH] fixed load image for OpenCV 3.0
---
build/darknet/yolo_cpp_dll_no_gpu.vcxproj | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/build/darknet/yolo_cpp_dll_no_gpu.vcxproj b/build/darknet/yolo_cpp_dll_no_gpu.vcxproj
index 96afb0d..2b746f5 100644
--- a/build/darknet/yolo_cpp_dll_no_gpu.vcxproj
+++ b/build/darknet/yolo_cpp_dll_no_gpu.vcxproj
@@ -139,6 +139,7 @@
<UndefinePreprocessorDefinitions>
</UndefinePreprocessorDefinitions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <OpenMPSupport>true</OpenMPSupport>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
--
Gitblit v1.10.0