build: delete key PRIVATE in target_link_libraries
This commit is contained in:
parent
ecff431318
commit
0c55e8a0ad
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue