diff --git a/ci/library-consumption-test/CMakeLists.txt b/ci/library-consumption-test/CMakeLists.txt index a0e4f778..cf88d94f 100644 --- a/ci/library-consumption-test/CMakeLists.txt +++ b/ci/library-consumption-test/CMakeLists.txt @@ -41,11 +41,6 @@ option(CONSUME_OPENCV find_package(MultiSense REQUIRED) -# FIXME: This should be handled by the consumer fixture, not the consumer. -if (CONSUME_OPENCV) - find_package(OpenCV REQUIRED) -endif() - add_executable(multisense_consumption_test main.cc) # Link against the legacy `MultiSense` target rather than the modern, namespaced