Solve the installation script does not package taosdump error

This commit is contained in:
slguan 2019-07-11 18:38:04 +08:00
parent 99c666aa49
commit c2034631c8
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ IF (${CMAKE_SIZEOF_VOID_P} MATCHES 8)
MESSAGE(STATUS "Check targe platform x64, pass")
ADD_SUBDIRECTORY(deps)
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(tests)
ELSE ()
MESSAGE(FATAL_ERROR "Check targe platform x86, not supported yet")
ENDIF ()