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 2017/10/19 12:40:27 UTC

[41/50] qpid-proton git commit: PROTON-1633: Get rid of incorrect link flags

PROTON-1633: Get rid of incorrect link flags


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

Branch: refs/heads/go1
Commit: 0c992c98409e7dca8533b55649a866a9e9429781
Parents: ae15cbd
Author: Andrew Stitcher <as...@apache.org>
Authored: Tue Oct 17 13:11:07 2017 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Tue Oct 17 13:11:07 2017 -0400

----------------------------------------------------------------------
 examples/c/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0c992c98/examples/c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/examples/c/CMakeLists.txt b/examples/c/CMakeLists.txt
index 48ae9b2..4d0d52d 100644
--- a/examples/c/CMakeLists.txt
+++ b/examples/c/CMakeLists.txt
@@ -38,8 +38,7 @@ foreach (name broker send receive direct send-abort send-ssl)
   add_executable(c-${name} ${name}.c)
   target_link_libraries(c-${name} ${Proton_Proactor_LIBRARIES} ${Proton_Core_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
   set_target_properties(c-${name} PROPERTIES
-    OUTPUT_NAME ${name}
-    LINK_FLAGS "${C_EXAMPLE_FLAGS}")
+    OUTPUT_NAME ${name})
 endforeach()
 
 set(run_env ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/proton-c/env.py ${EXAMPLE_ENV} "PATH=${test_path}" ${VALGRIND_ENV})


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