[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 Nov 9 11:10:49 CST 2010
branch "master" has been updated
via 38e99693843879defe62de7b922b60e940f02efa (commit)
from 4eeb74a93bcdcef40603266719ae6d3645c5e3fd (commit)
Summary of changes:
AsteriskSCF.cmake | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 38e99693843879defe62de7b922b60e940f02efa
Author: David M. Lee <dlee at digium.com>
Date: Tue Nov 9 08:56:37 2010 -0600
Documented the environment variables used to configure CMake.
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index 0ca01b7..01c1baa 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -17,6 +17,22 @@
# Asterisk SCF component build infrastructure
#
+# Environment variables (in addition to the normal CMake variables):
+# * BOOST_ROOT - The preferred installation prefix for searching for
+# Boost. Set this if the module has problems finding
+# the proper Boost installation.
+# * BOOST_INCLUDEDIR - Set this to the include directory of Boost, if the
+# module has problems finding the proper Boost
+# installation
+# * BOOST_LIBRARYDIR - Set this to the lib directory of Boost, if the
+# module has problems finding the proper Boost
+# installation
+# * ICE_HOME - The preferred installation prefix for searching for Ice. Set
+# this if the module has problems finding the proper Ice
+# installation
+#
+
+#
# Coding/style guidelines:
#
# * Variables local to a function should be named using lowercase.
-----------------------------------------------------------------------
--
asterisk-scf/release/cmake.git
More information about the asterisk-scf-commits
mailing list