[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "ice-package" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jan 17 15:33:28 CST 2011
branch "ice-package" has been updated
via 88834d12a56b452088360af292c10a2c939d96b3 (commit)
from 4834ef8baf8ea64850b9761a4d36c86029eacab9 (commit)
Summary of changes:
AsteriskSCF.cmake | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 88834d12a56b452088360af292c10a2c939d96b3
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Mon Jan 17 15:33:27 2011 -0600
Super-import case fixes for 'Slice' name.
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index a138da9..0ebb3d6 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -375,12 +375,12 @@ function(asterisk_scf_component_add_ice_libraries COMPONENT)
set(${COMPONENT}_ICE_LIBRARIES ${libs} PARENT_SCOPE)
endfunction()
-# Adds slice files to a target. This handles all the magic of creating the
+# Adds Slice files to a target. This handles all the magic of creating the
# rules to run slice2cpp, adding the generated headers to the include path,
# adding the generated .cpp file to the component, etc. The generated files
# are placed in ${CMAKE_CURRENT_BINARY_DIR}/generated.
#
-# The slice files are passed in as a list of globs, relative to
+# The Slice files are passed in as a list of globs, relative to
# the current source directory. The globs default to regular non-recursive
# globs. If you want to include subdirectories in you glob search, also
# pass in GLOB_RECURSE.
@@ -461,7 +461,7 @@ function(asterisk_scf_component_add_one_slice COMPONENT SLICE)
# fully specify SLICE's path
set(SLICE "${CMAKE_CURRENT_SOURCE_DIR}/${SLICE}")
- # Look for the dependencies for this slice definition, we have to do it now
+ # Look for the dependencies for this Slice definition, we have to do it now
# since the target was just added
message(STATUS "Determining dependencies for ${slice_basename}")
execute_process(
-----------------------------------------------------------------------
--
asterisk-scf/release/cmake.git
More information about the asterisk-scf-commits
mailing list