You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2018/06/05 15:58:20 UTC

qpid-proton git commit: PROTON-1683: [c, cpp] fix typo in previous commit

Repository: qpid-proton
Updated Branches:
  refs/heads/master 55a4a192b -> d9d9e1b2f


PROTON-1683: [c,cpp] fix typo in previous commit

Accidentally removed: add_dependencies(qpid-proton-core generated_c_files)


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d9d9e1b2
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d9d9e1b2
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/d9d9e1b2

Branch: refs/heads/master
Commit: d9d9e1b2feeba56b72156d50595b693779ecb82e
Parents: 55a4a19
Author: Alan Conway <ac...@redhat.com>
Authored: Tue Jun 5 11:55:50 2018 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue Jun 5 11:57:35 2018 -0400

----------------------------------------------------------------------
 c/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d9d9e1b2/c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt
index 5fd98ee..cb95a7c 100644
--- a/c/CMakeLists.txt
+++ b/c/CMakeLists.txt
@@ -546,6 +546,7 @@ set(qpid-proton-core-src
   ${qpid-proton-include-generated}
   )
 add_library (qpid-proton-core SHARED ${qpid-proton-core-src})
+add_dependencies(qpid-proton-core generated_c_files)
 target_link_libraries (qpid-proton-core ${UUID_LIB} ${SSL_LIB} ${SASL_LIB} ${TIME_LIB} ${PLATFORM_LIBS})
 if (BUILD_STATIC_LIBS)
   add_library (qpid-proton-core-static STATIC ${qpid-proton-core-src})


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org