From 685fa2c42d31a3f517140fc6bff45e899c0eab12 Mon Sep 17 00:00:00 2001 From: Linhe Huo Date: Sat, 22 Mar 2025 23:45:24 +0800 Subject: [PATCH] fix: windows ci error in 3.0 [ci skip] (#30357) --- source/client/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/test/CMakeLists.txt b/source/client/test/CMakeLists.txt index 161deb12cd..0bbe5cb53f 100644 --- a/source/client/test/CMakeLists.txt +++ b/source/client/test/CMakeLists.txt @@ -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)