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/cmake | |
parent | 36df0f8a06629c5a14358c07d0f12ce1019f066e (diff) |
Backed out changeset: eb957fafe167
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt index 548f4d1682..569034a6fb 100644 --- a/indra/cmake/CMakeLists.txt +++ b/indra/cmake/CMakeLists.txt @@ -2,7 +2,7 @@ include(00-Common) -project(cmake CXX) +project(cmake) set(cmake_SOURCE_FILES CMakeLists.txt |