[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Sep 14 09:11:24 CDT 2010
branch "master" has been updated
via f3690c333fcda3c09f0ce3fbb71db33d3712e899 (commit)
from 6fea9c4ced66f0dcac70076b7f63d1f429fa2a7d (commit)
Summary of changes:
CMakeLists.txt | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
mode change 100644 => 100755 CMakeLists.txt
- Log -----------------------------------------------------------------
commit f3690c333fcda3c09f0ce3fbb71db33d3712e899
Author: David M. Lee <dlee at digium.com>
Date: Tue Sep 14 00:17:26 2010 -0500
Simplify integrated build. Instead of lots of special cases and file
copying, we now just have an 'integrated' variable we can test to see
if we're in an integrated build or not.
diff --git a/CMakeLists.txt b/CMakeLists.txt
old mode 100644
new mode 100755
index f8f6c35..6cee85c
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,11 @@
+#
+# Asterisk Scalable Communications Framework
+#
+# Copyright (C) 2010 -- Digium, Inc.
+#
+# All rights reserved.
+#
+
cmake_minimum_required(VERSION 2.6)
include(CPackConfig.cmake)
-----------------------------------------------------------------------
--
asterisk-scf/release/cmake.git
More information about the asterisk-scf-commits
mailing list