diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-04-22 15:50:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-04-22 15:50:43 (GMT) |
commit | 9c69be42deb1aba6c37eaad2d5b2c07bae58a13a (patch) | |
tree | b37b8233610560555b7be1b21c560b98da82bab5 /Source/CMakeLists.txt | |
parent | 6d58f21a3578a6b06211d9fff28e38ff07759b04 (diff) | |
download | CMake-9c69be42deb1aba6c37eaad2d5b2c07bae58a13a.zip CMake-9c69be42deb1aba6c37eaad2d5b2c07bae58a13a.tar.gz CMake-9c69be42deb1aba6c37eaad2d5b2c07bae58a13a.tar.bz2 |
updated for 1.4
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 5363a95..531f486 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -1,3 +1,5 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 1.3) + SET(SRCS cmake.cxx cmakewizard.cxx |