Commit d2493393 authored by Anish Pednekar's avatar Anish Pednekar

added macro guard to enable overriding ENABLE_LOG

parent a7006ac2
...@@ -46,7 +46,9 @@ ...@@ -46,7 +46,9 @@
#include <list> #include <list>
#include "opencv2/core.hpp" #include "opencv2/core.hpp"
#ifndef ENABLE_LOG
#define ENABLE_LOG 0 #define ENABLE_LOG 0
#endif
// TODO remove LOG macros, add logging class // TODO remove LOG macros, add logging class
#if ENABLE_LOG #if ENABLE_LOG
......
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