summaryrefslogtreecommitdiff
path: root/Tests/SubDirSpaces
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-03-25 11:27:18 -0400
committerKen Martin <ken.martin@kitware.com>2008-03-25 11:27:18 -0400
commitce8810c4e7b95637136c3e47b87f8fa409bfbbee (patch)
tree34875227f81c403b37530fe5cb390ebb202d645e /Tests/SubDirSpaces
parent5905d79c8a10b172642a1b534f088b965667b007 (diff)
downloadcmake-ce8810c4e7b95637136c3e47b87f8fa409bfbbee.tar.gz
ENH: preclean some warnings
Diffstat (limited to 'Tests/SubDirSpaces')
-rw-r--r--Tests/SubDirSpaces/CMakeLists.txt1
-rw-r--r--Tests/SubDirSpaces/Some Examples/CMakeLists.txt1
-rw-r--r--Tests/SubDirSpaces/Some Examples/example1/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/Tests/SubDirSpaces/CMakeLists.txt b/Tests/SubDirSpaces/CMakeLists.txt
index fb04f837db..a647fef30d 100644
--- a/Tests/SubDirSpaces/CMakeLists.txt
+++ b/Tests/SubDirSpaces/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
PROJECT(SUBDIR)
# Some systems do not seem to support rpath with spaces.
diff --git a/Tests/SubDirSpaces/Some Examples/CMakeLists.txt b/Tests/SubDirSpaces/Some Examples/CMakeLists.txt
index 44f2ad236a..b0f1e896c8 100644
--- a/Tests/SubDirSpaces/Some Examples/CMakeLists.txt
+++ b/Tests/SubDirSpaces/Some Examples/CMakeLists.txt
@@ -1,2 +1,3 @@
+cmake_minimum_required (VERSION 2.6)
PROJECT(Examples)
SUBDIRS(example1 example2)
diff --git a/Tests/SubDirSpaces/Some Examples/example1/CMakeLists.txt b/Tests/SubDirSpaces/Some Examples/example1/CMakeLists.txt
index e465899d56..3036183211 100644
--- a/Tests/SubDirSpaces/Some Examples/example1/CMakeLists.txt
+++ b/Tests/SubDirSpaces/Some Examples/example1/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
PROJECT(example1)
ADD_EXECUTABLE(example1 example1.cxx)