diff options
author | Don Kjer <don@lindenlab.com> | 2011-04-19 21:49:11 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2011-04-19 21:49:11 +0000 |
commit | 7e998f5eccdbcff35a4807b92d6b8a9cb4735f14 (patch) | |
tree | 72e0b845268b62b261b919bd12ca3089265602f1 /indra/cmake | |
parent | ddd599b3473609788e430adf1895b12a5cb35375 (diff) |
Fix for problems executing test build script
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LLTestCommand.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/LLTestCommand.cmake b/indra/cmake/LLTestCommand.cmake index 554559edbd..7e9854dc4c 100644 --- a/indra/cmake/LLTestCommand.cmake +++ b/indra/cmake/LLTestCommand.cmake @@ -1,3 +1,5 @@ +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 |