From e4819d9b22deebf080ca262a5a110a0ddfaee672 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Wed, 6 Apr 2011 18:20:18 -0400
Subject: [PATCH] Trying to fix missing python exe problem

---
 indra/cmake/LLTestCommand.cmake | 1 +
 1 file changed, 1 insertion(+)
 mode change 100644 => 100755 indra/cmake/LLTestCommand.cmake

diff --git a/indra/cmake/LLTestCommand.cmake b/indra/cmake/LLTestCommand.cmake
old mode 100644
new mode 100755
index 554559edbd6..b5a0580a904
--- 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
-- 
GitLab