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/go1 Commit: d9d9e1b2feeba56b72156d50595b693779ecb82e Parents: 55a4a19 Author: Alan Conway <[email protected]> Authored: Tue Jun 5 11:55:50 2018 -0400 Committer: Alan Conway <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
