diff options
author | callum <none@none> | 2009-12-16 14:34:13 -0800 |
---|---|---|
committer | callum <none@none> | 2009-12-16 14:34:13 -0800 |
commit | 17ea8bfa9ea69b1022d0f8754732c479fe5a7f6b (patch) | |
tree | c2b18373bad5e9856cf3edf226783c8767230559 /indra/cmake | |
parent | 828694987cce58b88143e3a2c5bd55a10e6afc24 (diff) | |
parent | d3ca545687945054c666359e78ada94949732205 (diff) |
Merge with tip
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/TemplateCheck.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/TemplateCheck.cmake b/indra/cmake/TemplateCheck.cmake index 3b73dc82df..fa4e387dd5 100644 --- a/indra/cmake/TemplateCheck.cmake +++ b/indra/cmake/TemplateCheck.cmake @@ -5,7 +5,7 @@ include(Python) macro (check_message_template _target) add_custom_command( TARGET ${_target} - PRE_LINK + POST_BUILD COMMAND ${PYTHON_EXECUTABLE} ARGS ${SCRIPTS_DIR}/template_verifier.py --mode=development --cache_master |