[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
Wed Mar 9 13:41:51 CST 2011
branch "master" has been updated
via a220f984fea748c185c00c4a13abe5043651f83c (commit)
from 08021a0ed0d4eeb3a2daed9e243f70721424dbe8 (commit)
Summary of changes:
AsteriskSCF.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit a220f984fea748c185c00c4a13abe5043651f83c
Author: Ken Hunt <ken.hunt at digium.com>
Date: Wed Mar 9 13:38:29 2011 -0600
Added back a dependency on slice2cpp for slice generated code. This was inadvertantly removed.
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index 0b4e3b9..576b6bd 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -585,7 +585,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