Skip to content

Commit 7b1a4d2

Browse files
authored
Reset cached value at start (ZLMediaKit#2664)
1 parent 4e33f5b commit 7b1a4d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")
201201
endif()
202202

203203
# mediakit 以及各个 runtime 依赖
204-
update_cached_list(MK_LINK_LIBRARIES "")
205-
update_cached_list(MK_COMPILE_DEFINITIONS ENABLE_VERSION)
204+
update_cached(MK_LINK_LIBRARIES "")
205+
update_cached(MK_COMPILE_DEFINITIONS ENABLE_VERSION)
206206

207207
if (DISABLE_REPORT)
208208
update_cached_list(MK_COMPILE_DEFINITIONS DISABLE_REPORT)

0 commit comments

Comments
 (0)