NO_JIRA: Fixed minor syntax error in proton-c/bindings/python/CMakeLists.txt:91 which was generating a warning
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f9569b5c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f9569b5c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f9569b5c Branch: refs/heads/go1 Commit: f9569b5cc43a1d26df620e48715287b6974df6a6 Parents: d6da8eb Author: Kim van der Riet <[email protected]> Authored: Thu Dec 10 12:53:00 2015 -0500 Committer: Kim van der Riet <[email protected]> Committed: Thu Dec 10 12:53:00 2015 -0500 ---------------------------------------------------------------------- proton-c/bindings/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f9569b5c/proton-c/bindings/python/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/CMakeLists.txt b/proton-c/bindings/python/CMakeLists.txt index 9c31b61..05fe2d4 100644 --- a/proton-c/bindings/python/CMakeLists.txt +++ b/proton-c/bindings/python/CMakeLists.txt @@ -88,7 +88,7 @@ if (EPYDOC_EXE) PYTHONPATH=${CMAKE_CURRENT_BINARY_DIR}:${CMAKE_CURRENT_SOURCE_DIR} ${EPYDOC_EXE} -v --no-private --html -o ${CMAKE_CURRENT_BINARY_DIR}/html ${PY_DOC_FILES} - DEPENDENCIES ${SWIG_MODULE_${cproton}_REAL_NAME) + DEPENDENCIES ${SWIG_MODULE_${cproton}_REAL_NAME}) add_dependencies(docs docs-py) install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html/" DESTINATION "${PROTON_SHARE}/docs/api-py" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
