summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-03-25 15:27:18 (GMT)
committerKen Martin <ken.martin@kitware.com>2008-03-25 15:27:18 (GMT)
commitce8810c4e7b95637136c3e47b87f8fa409bfbbee (patch)
tree34875227f81c403b37530fe5cb390ebb202d645e /Tests/Tutorial
parent5905d79c8a10b172642a1b534f088b965667b007 (diff)
downloadCMake-ce8810c4e7b95637136c3e47b87f8fa409bfbbee.zip
CMake-ce8810c4e7b95637136c3e47b87f8fa409bfbbee.tar.gz
CMake-ce8810c4e7b95637136c3e47b87f8fa409bfbbee.tar.bz2
ENH: preclean some warnings
Diffstat (limited to 'Tests/Tutorial')
-rw-r--r--Tests/Tutorial/Step1/CMakeLists.txt1
-rw-r--r--Tests/Tutorial/Step2/CMakeLists.txt1
-rw-r--r--Tests/Tutorial/Step3/CMakeLists.txt1
-rw-r--r--Tests/Tutorial/Step4/CMakeLists.txt1
-rw-r--r--Tests/Tutorial/Step5/CMakeLists.txt1
-rw-r--r--Tests/Tutorial/Step6/CMakeLists.txt1
-rw-r--r--Tests/Tutorial/Step7/CMakeLists.txt1
7 files changed, 7 insertions, 0 deletions
diff --git a/Tests/Tutorial/Step1/CMakeLists.txt b/Tests/Tutorial/Step1/CMakeLists.txt
index 9691eee..e461d3c 100644
--- a/Tests/Tutorial/Step1/CMakeLists.txt
+++ b/Tests/Tutorial/Step1/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
project (Tutorial)
# The version number.
diff --git a/Tests/Tutorial/Step2/CMakeLists.txt b/Tests/Tutorial/Step2/CMakeLists.txt
index bceb986..c82b7df 100644
--- a/Tests/Tutorial/Step2/CMakeLists.txt
+++ b/Tests/Tutorial/Step2/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
project (Tutorial)
# The version number.
diff --git a/Tests/Tutorial/Step3/CMakeLists.txt b/Tests/Tutorial/Step3/CMakeLists.txt
index 5481bce..0b05fd7 100644
--- a/Tests/Tutorial/Step3/CMakeLists.txt
+++ b/Tests/Tutorial/Step3/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
project (Tutorial)
# The version number.
diff --git a/Tests/Tutorial/Step4/CMakeLists.txt b/Tests/Tutorial/Step4/CMakeLists.txt
index 19d24fd..3b24b44 100644
--- a/Tests/Tutorial/Step4/CMakeLists.txt
+++ b/Tests/Tutorial/Step4/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
project (Tutorial)
# The version number.
diff --git a/Tests/Tutorial/Step5/CMakeLists.txt b/Tests/Tutorial/Step5/CMakeLists.txt
index 9aed227..3002ea0 100644
--- a/Tests/Tutorial/Step5/CMakeLists.txt
+++ b/Tests/Tutorial/Step5/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
project (Tutorial)
# The version number.
diff --git a/Tests/Tutorial/Step6/CMakeLists.txt b/Tests/Tutorial/Step6/CMakeLists.txt
index b1a61fb..4f70f4f 100644
--- a/Tests/Tutorial/Step6/CMakeLists.txt
+++ b/Tests/Tutorial/Step6/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
project (Tutorial)
# The version number.
diff --git a/Tests/Tutorial/Step7/CMakeLists.txt b/Tests/Tutorial/Step7/CMakeLists.txt
index 2e89083..826599b 100644
--- a/Tests/Tutorial/Step7/CMakeLists.txt
+++ b/Tests/Tutorial/Step7/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
project (Tutorial)
# The version number.