diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-10-03 17:53:28 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-10-03 17:53:28 -0700 |
commit | 0ca59987843cfcaedb12592b9466567ef421c4e8 (patch) | |
tree | 9b2282a46ca626ecec094ecdce6ed75db40b28e3 /indra/viewer_components | |
parent | 36df0f8a06629c5a14358c07d0f12ce1019f066e (diff) |
Backed out changeset: eb957fafe167
Diffstat (limited to 'indra/viewer_components')
-rw-r--r-- | indra/viewer_components/login/CMakeLists.txt | 2 | ||||
-rw-r--r-- | indra/viewer_components/updater/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/viewer_components/login/CMakeLists.txt b/indra/viewer_components/login/CMakeLists.txt index 102e432284..7720619df3 100644 --- a/indra/viewer_components/login/CMakeLists.txt +++ b/indra/viewer_components/login/CMakeLists.txt @@ -1,6 +1,6 @@ # -*- cmake -*- -project(login CXX) +project(login) include(00-Common) if(LL_TESTS) diff --git a/indra/viewer_components/updater/CMakeLists.txt b/indra/viewer_components/updater/CMakeLists.txt index 48386cb62d..ef82290b47 100644 --- a/indra/viewer_components/updater/CMakeLists.txt +++ b/indra/viewer_components/updater/CMakeLists.txt @@ -1,6 +1,6 @@ # -*- cmake -*- -project(updater_service CXX) +project(updater_service) include(00-Common) if(LL_TESTS) |