From 30a47979a13af8d6c3e89ce5dddb5d7c37011012 Mon Sep 17 00:00:00 2001
From: Lynx Linden <lynx@lindenlab.com>
Date: Fri, 15 Jan 2010 09:43:27 +0000
Subject: [PATCH] EXT-3976: Re-enabled all newview unit tests.

These were turned off by change 0db87c1f22a9, but I'm assuming this
was done in error as the tests compile and run fine and the commit
message made no mention or reason for turning them off.
---
 indra/newview/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index b44f1a5c6c9..958b9521faa 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1761,7 +1761,6 @@ if (INSTALL)
 endif (INSTALL)
 
 if (LL_TESTS)
-else (LL_TESTS)
   # To add a viewer unit test, just add the test .cpp file below
   # This creates a separate test project per file listed.
   include(LLAddBuildTest)
-- 
GitLab