[asterisk-scf-commits] asterisk-scf/release/sip.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jan 19 12:19:26 CST 2011


branch "master" has been updated
       via  5e9a29497d788051726638be0920c200d8e6c333 (commit)
      from  dfd4ca15e66cde8fb9fd4bd088a67159e12dc1aa (commit)

Summary of changes:
 CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 5e9a29497d788051726638be0920c200d8e6c333
Author: David M. Lee <dlee at digium.com>
Date:   Wed Jan 19 12:18:10 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 abcb21a..7eb22fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,8 +10,8 @@
 
 if(NOT integrated_build STREQUAL "true")
 
-   # Minimum we require is 2.6
-   cmake_minimum_required(VERSION 2.6)
+   # Minimum we require is 2.8
+   cmake_minimum_required(VERSION 2.8)
 
    # Include common AsteriskSCF build infrastructure. Make sure your submodules
    # are pulled.

-----------------------------------------------------------------------


-- 
asterisk-scf/release/sip.git



More information about the asterisk-scf-commits mailing list