diff options
author | David Seikel | 2011-03-02 00:32:57 +1000 |
---|---|---|
committer | David Seikel | 2011-03-02 00:32:57 +1000 |
commit | 7bb3d58ec15d23ae5fc4b509514eba2839a43891 (patch) | |
tree | fd300959a77df02676562532f466342ec02088ae /linden/indra/newview | |
parent | Bugfix from snowglobe - stops the build system from trying to build the viewe... (diff) | |
download | meta-impy-7bb3d58ec15d23ae5fc4b509514eba2839a43891.zip meta-impy-7bb3d58ec15d23ae5fc4b509514eba2839a43891.tar.gz meta-impy-7bb3d58ec15d23ae5fc4b509514eba2839a43891.tar.bz2 meta-impy-7bb3d58ec15d23ae5fc4b509514eba2839a43891.tar.xz |
We don't care if LL changes their protocol, and one less thing to need the 'net for during the build.
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index ff11a7f..d8053ae 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -1283,7 +1283,7 @@ add_executable(${VIEWER_BINARY_NAME} | |||
1283 | MACOSX_BUNDLE | 1283 | MACOSX_BUNDLE |
1284 | ${viewer_SOURCE_FILES} | 1284 | ${viewer_SOURCE_FILES} |
1285 | ) | 1285 | ) |
1286 | check_message_template(${VIEWER_BINARY_NAME}) | 1286 | #check_message_template(${VIEWER_BINARY_NAME}) |
1287 | 1287 | ||
1288 | set(PACKAGE OFF CACHE BOOL | 1288 | set(PACKAGE OFF CACHE BOOL |
1289 | "Add a package target that builds an installer package.") | 1289 | "Add a package target that builds an installer package.") |