避免清空库列表导致 test 编译失败 (#2677)

This commit is contained in:
Xiaofeng Wang 2023-07-19 23:36:03 +08:00 committed by GitHub
parent 75e41bf3b8
commit a31108cc51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ if(ENABLE_SERVER_LIB)
PRIVATE ${COMPILE_OPTIONS_DEFAULT}) PRIVATE ${COMPILE_OPTIONS_DEFAULT})
target_link_libraries(MediaServer target_link_libraries(MediaServer
PRIVATE ${MK_LINK_LIBRARIES}) PRIVATE ${MK_LINK_LIBRARIES})
update_cached(MK_LINK_LIBRARIES MediaServer) update_cached_list(MK_LINK_LIBRARIES MediaServer)
return() return()
endif() endif()