We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e41bf commit a31108cCopy full SHA for a31108c
server/CMakeLists.txt
@@ -34,7 +34,7 @@ if(ENABLE_SERVER_LIB)
34
PRIVATE ${COMPILE_OPTIONS_DEFAULT})
35
target_link_libraries(MediaServer
36
PRIVATE ${MK_LINK_LIBRARIES})
37
- update_cached(MK_LINK_LIBRARIES MediaServer)
+ update_cached_list(MK_LINK_LIBRARIES MediaServer)
38
return()
39
endif()
40
0 commit comments