From 7e998f5eccdbcff35a4807b92d6b8a9cb4735f14 Mon Sep 17 00:00:00 2001 From: Don Kjer Date: Tue, 19 Apr 2011 21:49:11 +0000 Subject: Fix for problems executing test build script --- indra/cmake/LLTestCommand.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/cmake') 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 -- cgit v1.2.3