summaryrefslogtreecommitdiff
path: root/indra/cmake/TemplateCheck.cmake
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2010-11-16 12:15:00 -0800
committerChristian Goetze (CG) <cg@lindenlab.com>2010-11-16 12:15:00 -0800
commit0670e889f93ffaee1ea103fcd4a54d1217b67bfd (patch)
treeca584957144562b4a64107542f07dd3741251981 /indra/cmake/TemplateCheck.cmake
parente8e1d7e629b9a4a65cde766ed81334140a749428 (diff)
Replace template verification code with an md5sum check.
Diffstat (limited to 'indra/cmake/TemplateCheck.cmake')
-rw-r--r--indra/cmake/TemplateCheck.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/cmake/TemplateCheck.cmake b/indra/cmake/TemplateCheck.cmake
index fa4e387dd5..90d58d93ad 100644
--- a/indra/cmake/TemplateCheck.cmake
+++ b/indra/cmake/TemplateCheck.cmake
@@ -7,8 +7,9 @@ macro (check_message_template _target)
TARGET ${_target}
POST_BUILD
COMMAND ${PYTHON_EXECUTABLE}
- ARGS ${SCRIPTS_DIR}/template_verifier.py
- --mode=development --cache_master
- COMMENT "Verifying message template"
+ ARGS ${SCRIPTS_DIR}/md5check.py
+ 3f19d130400c547de36278a6b6f9b028
+ ${SCRIPTS_DIR}/messages/message_template.msg
+ COMMENT "Verifying message template - See http://wiki.secondlife.com/wiki/Template_verifier.py"
)
endmacro (check_message_template)