diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2017-04-10 13:33:55 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2017-04-10 13:33:55 -0700 |
commit | 6a393ada3e1d2cf0543f80dfd522436554d5bb95 (patch) | |
tree | 305314c0d2cdfe2cbf83ef61148163ff0c932d13 /indra/CMakeLists.txt | |
parent | 127ffc33df7f810ccfc8f23fdd700407cdd3b158 (diff) |
MAINT-6928: Add in Python 2.6.6 modules
Diffstat (limited to 'indra/CMakeLists.txt')
-rw-r--r-- | indra/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 84c2a14c6e..39f8697e8c 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -75,9 +75,6 @@ elseif (WINDOWS) endif (EXISTS ${VIEWER_DIR}win_setup) # add_dependencies(viewer windows-setup windows-crash-logger) add_dependencies(viewer windows-crash-logger) -elseif (SOLARIS) - add_subdirectory(solaris_crash_logger) - add_dependencies(viewer solaris-crash-logger) endif (LINUX) add_subdirectory(${VIEWER_PREFIX}newview) |