diff options
author | Aleric Inglewood | 2010-09-30 15:03:40 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-10-01 23:59:35 -0700 |
commit | ef180105cb83eb5217a4caf1fdc161dd5e4fe3b5 (patch) | |
tree | a9fe93aa43c592ceb949b54a063f124856b5ea72 /linden/doc | |
parent | VWR-14426: Link step fails on Linux when LDFLAGS is set (diff) | |
download | meta-impy-ef180105cb83eb5217a4caf1fdc161dd5e4fe3b5.zip meta-impy-ef180105cb83eb5217a4caf1fdc161dd5e4fe3b5.tar.gz meta-impy-ef180105cb83eb5217a4caf1fdc161dd5e4fe3b5.tar.bz2 meta-impy-ef180105cb83eb5217a4caf1fdc161dd5e4fe3b5.tar.xz |
RED-573: FindTut.cmake is missing: tut.h is not searched for.
This patch only affects --standalone. It was basically ported
from Snowglobe with the following change: If LL_TESTS is not
set, then tut.h is not required (this is an improvement,
because if LL_TESTS is not set no tests should be created or run).
I tested it with -DLL_TESTS:BOOL=ON, -DLL_TESTS:BOOL=OFF and
no -DLL_TESTS* at all, with and without tut installed, internally
and externally. Things worked as expected. Most notably, with
tut.h installed in libraries/include/, it is NOT found. This is
necessary because using -Ilibraries/include for standalone is
a no no: prebuilt stuff might be downloaded, but we don't want
to use it! That directory contains potentially many other libraries.
Diffstat (limited to 'linden/doc')
-rw-r--r-- | linden/doc/contributions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt index c1c3ec3..49ea94b 100644 --- a/linden/doc/contributions.txt +++ b/linden/doc/contributions.txt | |||
@@ -66,6 +66,7 @@ Aleric Inglewood | |||
66 | RED-565 | 66 | RED-565 |
67 | RED-566 | 67 | RED-566 |
68 | RED-567 | 68 | RED-567 |
69 | RED-573 | ||
69 | Alissa Sabre | 70 | Alissa Sabre |
70 | VWR-81 | 71 | VWR-81 |
71 | VWR-83 | 72 | VWR-83 |