Skip to content

Commit a31108c

Browse files
authored
避免清空库列表导致 test 编译失败 (ZLMediaKit#2677)
1 parent 75e41bf commit a31108c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if(ENABLE_SERVER_LIB)
3434
PRIVATE ${COMPILE_OPTIONS_DEFAULT})
3535
target_link_libraries(MediaServer
3636
PRIVATE ${MK_LINK_LIBRARIES})
37-
update_cached(MK_LINK_LIBRARIES MediaServer)
37+
update_cached_list(MK_LINK_LIBRARIES MediaServer)
3838
return()
3939
endif()
4040

0 commit comments

Comments
 (0)