Repository: qpid-proton Updated Branches: refs/heads/master 740b95099 -> 17d2a6f48
NO-JIRA: go fix CMakeLists.txt for older cmake versions DEPENDS not allowed in add_test Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ab8ae87a Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ab8ae87a Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/ab8ae87a Branch: refs/heads/master Commit: ab8ae87ad37833e3a88a9dc00ba5d1027e20d011 Parents: 740b950 Author: Alan Conway <[email protected]> Authored: Thu Aug 31 16:05:13 2017 -0400 Committer: Alan Conway <[email protected]> Committed: Thu Aug 31 16:05:13 2017 -0400 ---------------------------------------------------------------------- proton-c/bindings/go/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ab8ae87a/proton-c/bindings/go/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/go/CMakeLists.txt b/proton-c/bindings/go/CMakeLists.txt index d29ac06..9c44a5a 100644 --- a/proton-c/bindings/go/CMakeLists.txt +++ b/proton-c/bindings/go/CMakeLists.txt @@ -57,13 +57,12 @@ 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.apache.org/... + COMMAND ${GO_INSTALL} qpid.aspache.org/... DEPENDS qpid-proton-core WORKING_DIRECTORY $ENV{PWD}) add_test( NAME go-test COMMAND ${GO_TEST} qpid.apache.org/... - DEPENDS qpid-proton-core WORKING_DIRECTORY $ENV{PWD}) # Make available to examples/go/CMakeLists --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
