summaryrefslogtreecommitdiff
path: root/indra/viewer_components
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-10-03 17:53:28 -0700
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-10-03 17:53:28 -0700
commit0ca59987843cfcaedb12592b9466567ef421c4e8 (patch)
tree9b2282a46ca626ecec094ecdce6ed75db40b28e3 /indra/viewer_components
parent36df0f8a06629c5a14358c07d0f12ce1019f066e (diff)
Backed out changeset: eb957fafe167
Diffstat (limited to 'indra/viewer_components')
-rw-r--r--indra/viewer_components/login/CMakeLists.txt2
-rw-r--r--indra/viewer_components/updater/CMakeLists.txt2
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)