Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions ci/library-consumption-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading