Repository: qpid-proton Updated Branches: refs/heads/master 03b0f1063 -> c55ae663f
NO-JIRA: [Go] Fix example dependencies for parallel build. Previously the examples were sometime built before the Go library causing fresh parallel builds to fail. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c55ae663 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c55ae663 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c55ae663 Branch: refs/heads/master Commit: c55ae663f2bf670abb50903c347d8f5c79bf0d9b Parents: 03b0f10 Author: Alan Conway <[email protected]> Authored: Fri Apr 8 16:36:47 2016 -0400 Committer: Alan Conway <[email protected]> Committed: Tue Apr 12 16:32:58 2016 -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/c55ae663/proton-c/bindings/go/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/go/CMakeLists.txt b/proton-c/bindings/go/CMakeLists.txt index 01a35f4..186da3d 100644 --- a/proton-c/bindings/go/CMakeLists.txt +++ b/proton-c/bindings/go/CMakeLists.txt @@ -65,7 +65,7 @@ add_test( WORKING_DIRECTORY $ENV{PWD}) # Make available to examples/go/CMakeLists -set(GO_TARGETS ${targets} CACHE INTERNAL "Go package library targets") +set(GO_TARGETS go-build CACHE INTERNAL "Go package library targets") # Clean up go output directories. list(APPEND ADDITIONAL_MAKE_CLEAN_FILES --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
