[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Jan 19 12:19:25 CST 2011
branch "master" has been updated
via 8a3feca8af021594357b0f4e542898a0cf0b4f2d (commit)
from d4d11e196a1276c10e8e460dff3b7711a827ffc6 (commit)
Summary of changes:
CMakeLists.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8a3feca8af021594357b0f4e542898a0cf0b4f2d
Author: David M. Lee <dlee at digium.com>
Date: Wed Jan 19 12:18:09 2011 -0600
We require cmake 2.8 or better.
Now make it a specific "You're cmake is old" failure, as opposed to some
random failure later on.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c74ca3c..7e1ab2d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# Asterisk SCF integrated build.
-# Minimum we require is 2.6, any lower and stuff would fail horribly
-cmake_minimum_required(VERSION 2.6)
+# Minimum we require is 2.8, any lower and stuff would fail horribly
+cmake_minimum_required(VERSION 2.8)
# Indicate that this is an integrated build
set(integrated_build true)
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list