Skip to content
Snippets Groups Projects
Commit 839f0fa7 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

CMake: HAVE_OPTFLOW

parent 1e0977c3
No related branches found
No related tags found
No related merge requests found
Pipeline #13207 passed
......@@ -30,6 +30,11 @@ find_package( URIParser REQUIRED )
find_package( MsgPack REQUIRED )
find_package( Eigen3 REQUIRED )
if (WITH_OPTFLOW)
# TODO check that cudaoptflow.hpp exists (OpenCV built with correct contrib modules)
set(HAVE_OPTFLOW true)
endif()
find_package( LibArchive )
if (LibArchive_FOUND)
set(HAVE_LIBARCHIVE true)
......
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