You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2018/03/21 22:08:38 UTC

qpid-cpp git commit: QPID-8128: Fix pkg-config based builds

Repository: qpid-cpp
Updated Branches:
  refs/heads/master 58c0d3631 -> f14f1bc16


QPID-8128: Fix pkg-config based builds


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

Branch: refs/heads/master
Commit: f14f1bc162c4f4249d6397cbf1ee2522074dc17a
Parents: 58c0d36
Author: Justin Ross <jr...@apache.org>
Authored: Wed Mar 21 15:06:25 2018 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Wed Mar 21 15:07:19 2018 -0700

----------------------------------------------------------------------
 CMakeModules/FindProton.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/f14f1bc1/CMakeModules/FindProton.cmake
----------------------------------------------------------------------
diff --git a/CMakeModules/FindProton.cmake b/CMakeModules/FindProton.cmake
index e1cb0ed..dcbdb28 100644
--- a/CMakeModules/FindProton.cmake
+++ b/CMakeModules/FindProton.cmake
@@ -44,7 +44,7 @@ if (PKG_CONFIG_FOUND)
         pkg_check_modules(Proton ${FindPkgQUIET} libqpid-proton-core=${Proton_FIND_VERSION})
     endif()
     if (Proton_FOUND)
-        find_library(Proton_LIBRARY ${Proton_Core_LIBRARIES} HINTS ${Proton_LIBRARY_DIRS})
+        find_library(Proton_LIBRARY ${Proton_LIBRARIES} HINTS ${Proton_LIBRARY_DIRS})
         set (Proton_Core_LIBRARIES ${Proton_LIBRARY})
         find_package_message(Proton "Found Proton: ${Proton_Core_LIBRARIES} (found version \"${Proton_VERSION}\")" "$Proton_DIR ${Proton_Core_LIBRARIES} $Proton_VERSION")
         return()


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