From cefc479b2b1ab3657f1998323ad96b42770385c2 Mon Sep 17 00:00:00 2001 From: "Ethan J. Musser" Date: Mon, 15 Jun 2026 15:23:37 -0400 Subject: [PATCH] Remove manual `find_package(OpenCV)` call --- ci/library-consumption-test/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) 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