Skip to content
Snippets Groups Projects
Commit 8d3da202 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Add HAVE_OPENCV to config

parent fffcda67
No related branches found
No related tags found
No related merge requests found
Pipeline #10464 failed
...@@ -23,6 +23,8 @@ find_package( MsgPack REQUIRED ) ...@@ -23,6 +23,8 @@ find_package( MsgPack REQUIRED )
find_package( LibSGM ) find_package( LibSGM )
#find_package( ZLIB REQUIRED ) #find_package( ZLIB REQUIRED )
set(HAVE_OPENCV TRUE)
# Readline library is not required on Windows # Readline library is not required on Windows
# May also entirely remove dependence on this... it should be optional at least. # May also entirely remove dependence on this... it should be optional at least.
if (NOT WIN32) if (NOT WIN32)
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#cmakedefine HAVE_OPENCVCUDA #cmakedefine HAVE_OPENCVCUDA
#cmakedefine HAVE_URIPARSESINGLE #cmakedefine HAVE_URIPARSESINGLE
#cmakedefine HAVE_CUDA #cmakedefine HAVE_CUDA
#cmakedefine HAVE_OPENCV
extern const char *FTL_VERSION_LONG; extern const char *FTL_VERSION_LONG;
extern const char *FTL_VERSION; extern const char *FTL_VERSION;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment