diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2008-07-31 18:13:05 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2008-07-31 18:13:05 +0000 |
commit | 7c2d8fc8f891bf261c3f61c18b4b8587a5ab2743 (patch) | |
tree | 0ddb7094e62305ea9614e790a7b93d8a057547d5 | |
parent | c945c6eba8941f21c6f6a832fe37903330863b0d (diff) |
Bump minimum cmake version to 2.4.8.
-rw-r--r-- | indra/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index f93087f4a0..00ea1b8727 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -4,8 +4,8 @@ # other commands to guarantee full compatibility # with the version specified -# The FindPkgConfig module was released with 2.4.7. -cmake_minimum_required(VERSION 2.4.7 FATAL_ERROR) +# The "cmake -E touch" command was released with 2.4.8. +cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR) # This makes cmake 2.6 not complain about a version # 2.4 compatibility mode |