added macro guard to enable overriding ENABLE_LOG
This commit is contained in:
parent
a7006ac21c
commit
d2493393db
@ -46,7 +46,9 @@
|
||||
#include <list>
|
||||
#include "opencv2/core.hpp"
|
||||
|
||||
#ifndef ENABLE_LOG
|
||||
#define ENABLE_LOG 0
|
||||
#endif
|
||||
|
||||
// TODO remove LOG macros, add logging class
|
||||
#if ENABLE_LOG
|
||||
|
Loading…
x
Reference in New Issue
Block a user