diff options
| author | Mark Palange <palange@lindenlab.com> | 2009-06-24 00:54:30 +0000 | 
|---|---|---|
| committer | Mark Palange <palange@lindenlab.com> | 2009-06-24 00:54:30 +0000 | 
| commit | ad1ecb126bfc19dc7c32fb87e82a1fe45782413f (patch) | |
| tree | 3ba1c3869c04a2075667d671521f9191dd4106d6 | |
| parent | 91667335ceca625a3bfeb1fdcf20cc2dc51c981d (diff) | |
QAR-1619 Fixing linux build error re: llui_libtest linkage
| -rw-r--r-- | indra/integration_tests/llui_libtest/CMakeLists.txt | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt index 71a47f1475..7e90d37647 100644 --- a/indra/integration_tests/llui_libtest/CMakeLists.txt +++ b/indra/integration_tests/llui_libtest/CMakeLists.txt @@ -1,5 +1,7 @@  # -*- cmake -*- +if (VIEWER) +  project (llui_libtest)  include(00-Common) @@ -88,7 +90,6 @@ if (WINDOWS)          )  endif (WINDOWS) -if (VIEWER)      # Ensure people working on the viewer don't break this library      # *NOTE: This could be removed, or only built by Parabuild, if the build      # and link times become too long. JC  | 
