From d2e914c92e851ce3e0cc349dd3d707751d3abfc1 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 30 Sep 2010 15:03:40 +0200 Subject: 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. --- linden/doc/contributions.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/doc') 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 RED-565 RED-566 RED-567 + RED-573 Alissa Sabre VWR-81 VWR-83 -- cgit v1.1