diff options
author | Alain Linden <alain@lindenlab.com> | 2011-02-16 13:13:13 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-02-16 13:13:13 -0800 |
commit | a08deb9131a06d6ac289495fc93bbb913c915056 (patch) | |
tree | 793fe48e176f1324f55cd4c8770995b5f307c7fd /indra/llmessage | |
parent | c98996e684911bb12986d9493269b39ac1b9a59a (diff) |
fix for INTEGRATION_TEST_llcapabilitylistener (include Python to run with correct python executable).
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 1cad0f6d22..51532b8af6 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -10,6 +10,7 @@ include(LLMath) include(LLMessage) include(LLVFS) include(LLAddBuildTest) +include(Python) include(Tut) include_directories (${CMAKE_CURRENT_SOURCE_DIR}) |