FSBUILD-192

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15050 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-10-02 14:44:16 +00:00
parent a47850fe9c
commit be109957ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# FREESWITCH CMAKE BUILD
# Created by SHANE BURRELL 2009 (supjigator)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT (freeswitch)
#GETSVN VERSION
@ -29,8 +31,6 @@ INCLUDE (CheckLibraryExists)
INCLUDE (CheckTypeSize)
INCLUDE (CheckCXXSourceCompiles)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
MESSAGE( STATUS )
MESSAGE( STATUS "FREESWITCH CMAKE Build-----------------------------------------" )
MESSAGE( STATUS "BUILD_SHARED_LIBS = ${BUILD_SHARED_LIBS}" )