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/05/24 18:49:57 UTC

[2/3] qpid-dispatch git commit: NO-JIRA: Upgrade required CMake to 2.6.2 to silence annoying warnings

NO-JIRA: Upgrade required CMake to 2.6.2 to silence annoying warnings

Even RHEL-4 is up to CMake 2.6.4 so it seems unlikely this will cause problems.


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

Branch: refs/heads/master
Commit: acda24792561c9f119a2574eab7249ea23ed9692
Parents: ab43cf1
Author: Alan Conway <ac...@redhat.com>
Authored: Thu May 24 14:23:12 2018 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Thu May 24 14:49:32 2018 -0400

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/acda2479/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e13a45c..1db08a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ option(QD_MEMORY_STATS "Track memory pool usage statistics" ON)
 
 file(STRINGS "${CMAKE_SOURCE_DIR}/VERSION.txt" QPID_DISPATCH_VERSION)
 
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 2.6.2)
 include(CheckLibraryExists)
 include(CheckSymbolExists)
 include(CheckFunctionExists)


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