diff options
Diffstat (limited to 'Makefile.config.example')
-rw-r--r-- | Makefile.config.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.example b/Makefile.config.example index a20bad2f..8e2c4fb4 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -12,6 +12,9 @@ # USE_LMDB := 0 # USE_OPENCV := 0 +# Uncomment if you're using OpenCV 3 +# OPENCV_VERSION := 3 + # To customize your choice of compiler, uncomment and set the following. # N.B. the default for Linux is g++ and the default for OSX is clang++ # CUSTOM_CXX := g++ |