Skip to content

Commit

Permalink
Java docs depend on client lib build
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragkh committed Jun 4, 2018
1 parent f3001c7 commit 7aa7ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ set(JAVA_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../javaclient/src/main/java)
file(GLOB JAVA_SOURCES ${JAVA_SRC_DIR}/*.java)
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/javaclient.stamp
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/mkdocs.stamp ${JAVA_SOURCES}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/mkdocs.stamp ${JAVA_SOURCES} javaclient
COMMAND javadoc -sourcepath ${JAVA_SRC_DIR} -d ${JAVA_DOC_DIR} -subpackages confluo.rpc:org.apache.thrift -classpath ${CMAKE_CURRENT_BINARY_DIR}/../javaclient/target/confluo-client-0.1.0.jar
COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_CURRENT_BINARY_DIR}/javaclient.stamp
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
Expand Down

0 comments on commit 7aa7ed5

Please sign in to comment.