diff options
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 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. |