diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-03-31 18:24:01 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-03-31 18:24:01 +0300 |
commit | 8f5d736fa1071f7aa743162684408ab97cbad471 (patch) | |
tree | 8930d55c19cb90ae509c644910c60159609da71b /indra/newview/CMakeLists.txt | |
parent | 38f87d0e21cfb6807e262e0289e1f6b08904a4e7 (diff) |
STORM-1126 WIP Windlight Estate Settings integration: pass 7
Removed a duplicate line (a merge artifact) from newview/CMakeLists.txt to fix the Mac build.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 533eea7420..c46f9f276a 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1952,7 +1952,6 @@ set_source_files_properties( PROPERTIES LL_TEST_ADDITIONAL_SOURCE_FILES llviewerprecompiledheaders.cpp ) -LL_ADD_PROJECT_UNIT_TESTS(${VIEWER_BINARY_NAME} "${viewer_TEST_SOURCE_FILES}") endif (LL_TESTS) |