Skip to content

Commit

Permalink
Merge pull request #687 from taosdata/fix_packaging_issue
Browse files Browse the repository at this point in the history
fix: replace taosws.dll.lib with taosws.lib
  • Loading branch information
gccgdb1234 committed Jul 26, 2023
2 parents 77b3244 + a2b5a6f commit f302467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@ ELSE ()

IF (${WEBSOCKET})
INCLUDE_DIRECTORIES(/usr/local/include/)
SET(WEBSOCKET_LINK_FLAGS "taosws.dll.lib")
SET(WEBSOCKET_LINK_FLAGS "taosws.lib")
IF (${CMAKE_PROJECT_NAME} STREQUAL "taos-tools")
MESSAGE("taosws.dll.lib need to be installed first")
MESSAGE("taosws.lib need to be installed first")
ELSE ()
ADD_DEPENDENCIES(taosBenchmark taosws-rs)
ADD_DEPENDENCIES(taosdump taosws-rs)
Expand Down

0 comments on commit f302467

Please sign in to comment.