diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2014-08-12 15:44:09 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2014-08-12 15:44:09 -0400 |
commit | b603812fac01591951092c0ceba30277f2fb013d (patch) | |
tree | 8114da55ab5849497ae7b386a9fc3781b7a774ec /indra/CMakeLists.txt | |
parent | 2d316dff3dda88e12ee64b33e22682f24c7ef4fa (diff) |
Remove old linux_updater executable from source tree and CMake.
Diffstat (limited to 'indra/CMakeLists.txt')
-rwxr-xr-x | indra/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 5c3f3713e3..24ea59ca49 100755 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -71,7 +71,6 @@ add_subdirectory(${LIBS_OPEN_PREFIX}media_plugins) if (LINUX) add_subdirectory(${VIEWER_PREFIX}linux_crash_logger) - add_subdirectory(${VIEWER_PREFIX}linux_updater) if (INSTALL_PROPRIETARY) include(LLAppearanceUtility) add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR}) |