[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
Thu Jan 20 15:35:24 CST 2011
branch "master" has been updated
via 08e1c49e418082e11de9f47d1f13dc6161ce4b5f (commit)
from 528c1225b6cf70d78a53d1e0080ee57d8d0d23a4 (commit)
Summary of changes:
AsteriskSCF.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 08e1c49e418082e11de9f47d1f13dc6161ce4b5f
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Thu Jan 20 15:35:08 2011 -0600
Ensure that Slice files will be re-translated if the Slice compiler
changes.
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index 02ec5ac..0f12400 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -566,7 +566,7 @@ function(asterisk_scf_component_add_one_slice COMPONENT SLICE)
COMMAND ${SLICE_COMPILER} ${slice_compiler_arguments} ${SLICE}
--output-dir ${slice_out_dir}
COMMENT "slice2cpp translating ${SLICE}"
- DEPENDS ${sources})
+ DEPENDS ${sources} ${SLICE_COMPILER})
# the Slice and generated_files are sources for the component
list(APPEND ${COMPONENT}_SOURCES ${SLICE} ${generated_files})
-----------------------------------------------------------------------
--
asterisk-scf/release/cmake.git
More information about the asterisk-scf-commits
mailing list