chore: update taosadapter depends (#30326)
This commit is contained in:
parent
dc709da4ae
commit
cb9f1fde1e
|
@ -136,7 +136,7 @@ ELSE()
|
||||||
PREFIX "taosadapter"
|
PREFIX "taosadapter"
|
||||||
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/taosadapter
|
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/taosadapter
|
||||||
BUILD_ALWAYS off
|
BUILD_ALWAYS off
|
||||||
DEPENDS ${TAOS_LIB}
|
DEPENDS ${TAOS_NATIVE_LIB}
|
||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
CONFIGURE_COMMAND cmake -E echo "taosadapter no need cmake to config"
|
CONFIGURE_COMMAND cmake -E echo "taosadapter no need cmake to config"
|
||||||
PATCH_COMMAND
|
PATCH_COMMAND
|
||||||
|
@ -165,7 +165,7 @@ ELSE()
|
||||||
PREFIX "taosadapter"
|
PREFIX "taosadapter"
|
||||||
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/taosadapter
|
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/taosadapter
|
||||||
BUILD_ALWAYS off
|
BUILD_ALWAYS off
|
||||||
DEPENDS ${TAOS_LIB}
|
DEPENDS ${TAOS_NATIVE_LIB}
|
||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
CONFIGURE_COMMAND cmake -E echo "taosadapter no need cmake to config"
|
CONFIGURE_COMMAND cmake -E echo "taosadapter no need cmake to config"
|
||||||
PATCH_COMMAND
|
PATCH_COMMAND
|
||||||
|
|
Loading…
Reference in New Issue