summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorKyle Ambroff <ambroff@lindenlab.com>2010-11-16 15:59:39 -0800
committerKyle Ambroff <ambroff@lindenlab.com>2010-11-16 15:59:39 -0800
commit669d10a4ee4c9cb2d6860126740f07b0ee90f29b (patch)
tree908da1f7779ba33a4f080fc8dae8cca3031e1819 /indra/cmake
parented9af1151fea725574ddedafd75a9ecfb5927082 (diff)
parentfb32d211ec22bb9170fa14cb7d0ef9249bae2b7d (diff)
Merge with lindenlab/viewer-development
Diffstat (limited to 'indra/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)