From d31b868003bf60a49d9bf7d04f62331f09169a5d Mon Sep 17 00:00:00 2001 From: Prathamesh Tagore <63031630+meshtag@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:09:24 +0530 Subject: [PATCH] [cmake] Fix stand-alone conv-opt edge detection build (#257) --- tests/Interface/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Interface/core/CMakeLists.txt b/tests/Interface/core/CMakeLists.txt index c0ad429b8..c82cb5a28 100644 --- a/tests/Interface/core/CMakeLists.txt +++ b/tests/Interface/core/CMakeLists.txt @@ -7,7 +7,7 @@ if(BUDDY_ENABLE_OPENCV) include_directories(${OpenCV_INCLUDE_DIRS}) endif() -if(BUDDY_MLIR_ENABLE_DIP_LIB) +if(BUDDY_MLIR_ENABLE_DIP_LIB OR BUDDY_ENABLE_OPENCV) set(DIP_LIBS ${JPEG_LIBRARY} ${PNG_LIBRARY}) _add_test_executable(buddy-image-container-test ImageContainerTest.cpp