Skip to content

Commit

Permalink
ci:修复test_binary_image找不到fmt编译失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed Dec 3, 2023
1 parent db1d9fc commit 460df83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/binary_image/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ add_definitions(-DUSED_BINARY_IMAGE)
set_property(TARGET ${test_name} PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

set_target_properties(${test_name} PROPERTIES FOLDER "tests")
target_link_libraries(${test_name} ${OpenCV_LIBS})
target_link_libraries(${test_name} ${OpenCV_LIBS} fmt::fmt-header-only)
add_test(NAME ${test_name} COMMAND ${test_name})

0 comments on commit 460df83

Please sign in to comment.