Repository: qpid-proton Updated Branches: refs/heads/master 35191b8b5 -> cf38e3d3a
NO-JIRA: Fix typo Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cf38e3d3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/cf38e3d3 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/cf38e3d3 Branch: refs/heads/master Commit: cf38e3d3af97c8f657f834f5397a95a8e878a03c Parents: 35191b8 Author: Andrew Stitcher <[email protected]> Authored: Thu Aug 31 17:24:48 2017 -0400 Committer: Andrew Stitcher <[email protected]> Committed: Thu Aug 31 17:24:48 2017 -0400 ---------------------------------------------------------------------- proton-c/bindings/go/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/cf38e3d3/proton-c/bindings/go/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/go/CMakeLists.txt b/proton-c/bindings/go/CMakeLists.txt index 9c44a5a..7f814b9 100644 --- a/proton-c/bindings/go/CMakeLists.txt +++ b/proton-c/bindings/go/CMakeLists.txt @@ -57,7 +57,7 @@ set(GO_TEST ${GO} test ${GO_BUILD_FLAGS} ${GO_RPATH_FLAGS} ${GO_TEST_FLAGS} CACH # CMake so just run them every time, they do nothing if nothing needs to be # done. add_custom_target(go-build ALL - COMMAND ${GO_INSTALL} qpid.aspache.org/... + COMMAND ${GO_INSTALL} qpid.apache.org/... DEPENDS qpid-proton-core WORKING_DIRECTORY $ENV{PWD}) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
