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/CommandLineTest | |
parent | 5905d79c8a10b172642a1b534f088b965667b007 (diff) | |
download | cmake-ce8810c4e7b95637136c3e47b87f8fa409bfbbee.tar.gz |
ENH: preclean some warnings
Diffstat (limited to 'Tests/CommandLineTest')
-rw-r--r-- | Tests/CommandLineTest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CommandLineTest/CMakeLists.txt b/Tests/CommandLineTest/CMakeLists.txt index f9abfdfeee..e01a4c7026 100644 --- a/Tests/CommandLineTest/CMakeLists.txt +++ b/Tests/CommandLineTest/CMakeLists.txt @@ -1,3 +1,4 @@ +cmake_minimum_required (VERSION 2.6) PROJECT(CommandLineTest) GET_FILENAME_COMPONENT(CMAKE_BIN_DIR ${CMAKE_COMMAND} PATH) |