fix: windows ci error in 3.0 [ci skip] (#30357)

This commit is contained in:
Linhe Huo 2025-03-22 23:45:24 +08:00 committed by GitHub
parent 936de1593d
commit 685fa2c42d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ TARGET_LINK_LIBRARIES(
ADD_EXECUTABLE(userOperTest ../../../tests/script/api/passwdTest.c)
TARGET_LINK_LIBRARIES(
userOperTest
PUBLIC ${TAOS_NATIVE_LIB}
PUBLIC ${TAOS_NATIVE_LIB_STATIC}
)
ADD_EXECUTABLE(stmt2Test stmt2Test.cpp)