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/LoadCommand | |
parent | 5905d79c8a10b172642a1b534f088b965667b007 (diff) | |
download | cmake-ce8810c4e7b95637136c3e47b87f8fa409bfbbee.tar.gz |
ENH: preclean some warnings
Diffstat (limited to 'Tests/LoadCommand')
-rw-r--r-- | Tests/LoadCommand/CMakeCommands/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Tests/LoadCommand/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Tests/LoadCommand/CMakeCommands/CMakeLists.txt b/Tests/LoadCommand/CMakeCommands/CMakeLists.txt index 55b6b8beec..4ba21d2743 100644 --- a/Tests/LoadCommand/CMakeCommands/CMakeLists.txt +++ b/Tests/LoadCommand/CMakeCommands/CMakeLists.txt @@ -1,3 +1,4 @@ +cmake_minimum_required (VERSION 2.6) PROJECT(CMAKE_LOADED_COMMANDS) IF (MUDSLIDE_TYPE MATCHES MUCHO) diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt index 189f1c17b5..e99105a749 100644 --- a/Tests/LoadCommand/CMakeLists.txt +++ b/Tests/LoadCommand/CMakeLists.txt @@ -1,3 +1,4 @@ +cmake_minimum_required (VERSION 2.6) PROJECT(LoadCommand) # set a definition |