change direcotry from taosbenchmark to taosdemo in CMakeList.txt

This commit is contained in:
fangpanpan 2019-08-11 04:44:46 +08:00
parent 2d8c7bc0a4
commit 37628b6f9f
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
PROJECT(TDengine) PROJECT(TDengine)
ADD_SUBDIRECTORY(shell) ADD_SUBDIRECTORY(shell)
ADD_SUBDIRECTORY(taosBenchmark) ADD_SUBDIRECTORY(taosdemo)
ADD_SUBDIRECTORY(taosdump) ADD_SUBDIRECTORY(taosdump)