summaryrefslogtreecommitdiff
path: root/cpp/managementgen
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-04-28 21:51:54 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-04-28 21:51:54 +0000
commit74f0c66f82564a2ac145313fbdc351ef050a2026 (patch)
tree8cbb3b6bfd17c15519f06b1b24fb5e26bf76258a /cpp/managementgen
parentb97244e49105b7adda0d8798383ea63c1986fed6 (diff)
downloadqpid-python-74f0c66f82564a2ac145313fbdc351ef050a2026.tar.gz
Fixed to allow use of cmake 2.4
Fixes to allow cmake to build all the plugin modules as before git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@769559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/managementgen')
-rw-r--r--cpp/managementgen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/managementgen/CMakeLists.txt b/cpp/managementgen/CMakeLists.txt
index fa0c3f2909..8d053e3e08 100644
--- a/cpp/managementgen/CMakeLists.txt
+++ b/cpp/managementgen/CMakeLists.txt
@@ -17,7 +17,7 @@
# under the License.
#
project(qpidc-qmfgen)
-cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.4.0 FATAL_ERROR)
install(PROGRAMS qmf-gen DESTINATION managementgen
COMPONENT all-source)