diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-04-06 18:20:18 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-04-06 18:20:18 -0400 |
commit | e4819d9b22deebf080ca262a5a110a0ddfaee672 (patch) | |
tree | 68e87586c84f417304fe4cd60d928e2356e890d7 | |
parent | 09dd619612c4ff6cb8e4db991f156679f60fac06 (diff) |
Trying to fix missing python exe problem
-rwxr-xr-x[-rw-r--r--] | indra/cmake/LLTestCommand.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/LLTestCommand.cmake b/indra/cmake/LLTestCommand.cmake index 554559edbd..b5a0580a90 100644..100755 --- a/indra/cmake/LLTestCommand.cmake +++ b/indra/cmake/LLTestCommand.cmake @@ -1,3 +1,4 @@ +include(Python) MACRO(LL_TEST_COMMAND OUTVAR LD_LIBRARY_PATH) # nat wonders how Kitware can use the term 'function' for a construct that # cannot return a value. And yet, variables you set inside a FUNCTION are |