summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2016-03-16 22:36:24 +0000
committerAndrew Stitcher <astitcher@apache.org>2016-03-16 22:36:24 +0000
commit9db3c30218c417dc5bfb3b7fbba85643969f3c90 (patch)
treeb7137019c83549f07e19887849aa483233267c19 /qpid/cpp/examples/messaging
parenta13774c897218ba99d55a743ab77ba9179b93ff3 (diff)
downloadqpid-python-9db3c30218c417dc5bfb3b7fbba85643969f3c90.tar.gz
QPID-7148: Update CMake files to use better more modern style and features
- This is already the way we do this stuff in Qpid Proton - Upgrade minimum version of CMake to 2.8.7 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1735324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/messaging')
-rw-r--r--qpid/cpp/examples/messaging/extra_dist/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/messaging/extra_dist/CMakeLists.txt b/qpid/cpp/examples/messaging/extra_dist/CMakeLists.txt
index be44adaedb..519338ea80 100644
--- a/qpid/cpp/examples/messaging/extra_dist/CMakeLists.txt
+++ b/qpid/cpp/examples/messaging/extra_dist/CMakeLists.txt
@@ -17,7 +17,7 @@
# under the License.
#
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 2.8.7)
project (Examples)