diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-03-25 11:27:18 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-03-25 11:27:18 -0400 |
commit | ce8810c4e7b95637136c3e47b87f8fa409bfbbee (patch) | |
tree | 34875227f81c403b37530fe5cb390ebb202d645e /Tests/Tutorial | |
parent | 5905d79c8a10b172642a1b534f088b965667b007 (diff) | |
download | cmake-ce8810c4e7b95637136c3e47b87f8fa409bfbbee.tar.gz |
ENH: preclean some warnings
Diffstat (limited to 'Tests/Tutorial')
-rw-r--r-- | Tests/Tutorial/Step1/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/Tutorial/Step2/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/Tutorial/Step3/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/Tutorial/Step4/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/Tutorial/Step5/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/Tutorial/Step6/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/Tutorial/Step7/CMakeLists.txt | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/Tests/Tutorial/Step1/CMakeLists.txt b/Tests/Tutorial/Step1/CMakeLists.txt index 9691eee1d6..e461d3c8b3 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 bceb98650c..c82b7df98d 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 5481bce9cc..0b05fd7373 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 19d24fdefc..3b24b44169 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 9aed227311..3002ea0846 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 b1a61fb0fa..4f70f4fc49 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 2e89083559..826599b9f5 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. |