Skip to content

Commit

Permalink
[cmake] Fix stand-alone conv-opt edge detection build (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
meshtag authored Dec 11, 2023
1 parent f01d596 commit d31b868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Interface/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d31b868

Please sign in to comment.