未验证 提交 43fd7d4a 编写于 作者: F freemine 提交者: GitHub

Jdbc.build.system (#9825)

* jdbc: make jdbc-target a non-always-run-rule

* jdbc: during compiling stage, depends only on jni native headers rather than taos library

* jdbc: POST_BUILD rather than src/client/jni/*.h because of CI env
上级 ae10bb6a
......@@ -8,7 +8,7 @@ IF (TD_MVN_INSTALLED)
SET(_output "${CMAKE_CURRENT_BINARY_DIR}/${JDBC_CMD_NAME}")
file(GLOB_RECURSE _depends "${CMAKE_CURRENT_SOURCE_DIR}/src/*")
ADD_CUSTOM_COMMAND(OUTPUT ${_output}
DEPENDS taos taos_static
POST_BUILD
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/pom.xml
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/deploy-pom.xml
DEPENDS ${_depends}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册