Skip to content

Commit

Permalink
chore: taos tools mac (#658)
Browse files Browse the repository at this point in the history
* fix: taos-tools build on mac

* chore: add ../.github/workflows/3.0-macos-release.yml

* fix: 3.0-macos-release.yml

* chore: taos tools install script for mac

* chore: add packaging/tools for action

* fix: include typo

* fix: update version
  • Loading branch information
sangshuduo committed May 22, 2023
1 parent 3063c09 commit d39a301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
taosbenchmark-3.2.0
taosdump-2.5.0
2.5.0
taosbenchmark-3.2.1
taosdump-2.5.1
2.5.1
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin
INCLUDE_DIRECTORIES(/opt/homebrew/opt/argp-standalone/include/)
ELSE ()
SET_PROPERTY(TARGET argp PROPERTY IMPORTED_LOCATION "/usr/local/lib/libargp.a")
INCLUDE_DIRECTORIES(/usr/local/include/include/)
INCLUDE_DIRECTORIES(/usr/local/include/)
ENDIF ()
TARGET_LINK_LIBRARIES(taosBenchmark taos pthread toolscJson argp ${WEBSOCKET_LINK_FLAGS})
ElSE ()
Expand Down

0 comments on commit d39a301

Please sign in to comment.