summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-07-31 12:00:35 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-07-31 12:00:35 -0400
commit3c2ab51c520e5a0f03ceb65de4c570c6e643654a (patch)
treeacaaeed10105f8410eff0063b5e4d4378e20b953
parente1d7c3aff2cdafcf069a0a6b7e08ea5c1990d2d0 (diff)
downloadcmake-3c2ab51c520e5a0f03ceb65de4c570c6e643654a.tar.gz
ENH: fix for branch
-rw-r--r--Tests/BundleGeneratorTest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/BundleGeneratorTest/CMakeLists.txt b/Tests/BundleGeneratorTest/CMakeLists.txt
index e671d40b35..e413b094d6 100644
--- a/Tests/BundleGeneratorTest/CMakeLists.txt
+++ b/Tests/BundleGeneratorTest/CMakeLists.txt
@@ -1,6 +1,6 @@
PROJECT(BundleGeneratorTest)
-CMAKE_MINIMUM_REQUIRED(VERSION 2.7)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
# Build a shared library and install it in lib/
ADD_LIBRARY(Library SHARED Library.cxx)