diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-07 06:57:58 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-07 06:57:58 -0400 |
commit | a941a376274b80212ed0624539578816d7960bb9 (patch) | |
tree | 4d4c1ffe65fa043da0de1f96c286a7fa944c5018 /indra/llcommon | |
parent | 8b5ebe59ca7fc16b77d7fd333e1d32c7046bf613 (diff) | |
parent | e4140e077da72320a81b2b732cd45187368e2ebf (diff) |
merge changes for storm-1231
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 800bf8eba9..2963fa15af 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -7,7 +7,6 @@ include(00-Common) include(LLCommon) include(Linking) include(Boost) -include(Pth) include(LLSharedLibs) include(GoogleBreakpad) include(GooglePerfTools) @@ -18,7 +17,6 @@ include_directories( ${EXPAT_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS} - ${PTH_INCLUDE_DIRS} ) # add_executable(lltreeiterators lltreeiterators.cpp) @@ -287,7 +285,6 @@ target_link_libraries( ${WINDOWS_LIBRARIES} ${BOOST_PROGRAM_OPTIONS_LIBRARY} ${BOOST_REGEX_LIBRARY} - ${PTH_LIBRARIES} ${GOOGLE_PERFTOOLS_LIBRARIES} ) |