diff options
author | callum_linden <none@none> | 2016-04-21 16:13:39 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2016-04-21 16:13:39 -0700 |
commit | b50df60aa180e904aa0733bb60cef91cf9df6ff6 (patch) | |
tree | 9535bc96318d1afbf985cb930bab1dfe1fe28faf /indra/test/CMakeLists.txt | |
parent | cfba9a9dca8e31da2a792a2e70944a47359c9a21 (diff) |
DRTVWR-418 remove vestiges of TCMALLOC and GooglePerfTools from the viewer
Diffstat (limited to 'indra/test/CMakeLists.txt')
-rwxr-xr-x | indra/test/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 229cb8e5a0..8bde5bda63 100755 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -104,7 +104,6 @@ target_link_libraries(lltest ${BOOST_CONTEXT_LIBRARY} ${BOOST_SYSTEM_LIBRARY} ${DL_LIBRARY} - ${GOOGLE_PERFTOOLS_LIBRARIES} ) if (WINDOWS) |