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

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


branch "master" has been updated
       via  68adbcebbfa998bf8dcefdb0b8c9be7a237f487a (commit)
      from  2189bc87234ec3ab1635b8ae76a24369b4ac0a81 (commit)

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


- Log -----------------------------------------------------------------
commit 68adbcebbfa998bf8dcefdb0b8c9be7a237f487a
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 c61faa5..a60eae4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,8 +10,8 @@
 
 if(NOT integrated_build STREQUAL "true")
 
-   # 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)
 
    # Include pjproject build integration
    include(cmake/modules/pjproject.cmake)

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


-- 
asterisk-scf/release/media_rtp_pjmedia.git



More information about the asterisk-scf-commits mailing list