Skip to content

Commit

Permalink
refactor: 调整cvat的依赖库构建,链接frame静态库
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed May 22, 2024
1 parent 3871854 commit 24718fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/frame/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ target_sources(tianli_frame

)

set(WITH_DYNAMIC_OPENCV OFF)
set_target_properties(tianli_frame PROPERTIES MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>$<$<BOOL:${WITH_DYNAMIC_OPENCV}>:DLL>")
set_target_properties(tianli_frame PROPERTIES FOLDER "cvAutoTrack/modules")

Expand Down

0 comments on commit 24718fb

Please sign in to comment.