build: delete key PRIVATE in target_link_libraries

This commit is contained in:
Yaming Pei 2025-03-04 16:21:55 +08:00
parent ecff431318
commit 0c55e8a0ad
1 changed files with 1 additions and 1 deletions

View File

@ -364,4 +364,4 @@ ELSE ()
TARGET_LINK_LIBRARIES(taosBenchmark taos msvcregex pthread toolscJson ${WEBSOCKET_LINK_FLAGS})
ENDIF ()
target_link_libraries(taosBenchmark PRIVATE z)
target_link_libraries(taosBenchmark z)