Make TBB optional in CMakeLists

This commit is contained in:
Simon Giraudot
2018-01-12 14:15:03 +01:00
parent 59780674e7
commit 945a6f3172
@@ -28,7 +28,7 @@ endif()
find_package( Boost OPTIONAL_COMPONENTS serialization iostreams)
find_package( TBB )
find_package(TBB QUIET)
find_package(OpenCV QUIET)