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/go1
Commit: ab8ae87ad37833e3a88a9dc00ba5d1027e20d011
Parents: 740b950
Author: Alan Conway <acon...@redhat.com>
Authored: Thu Aug 31 16:05:13 2017 -0400
Committer: Alan Conway <acon...@redhat.com>
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: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to