Solve the installation script does not package taosdump error
This commit is contained in:
parent
99c666aa49
commit
c2034631c8
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue