diff options
author | callum_linden <none@none> | 2012-11-13 14:58:43 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2012-11-13 14:58:43 -0800 |
commit | dfdab39c5e1933b3bada15035a5aff2882eb479d (patch) | |
tree | 62882d6c3bff823f290a05858299f8027f5e9293 /indra/cmake | |
parent | f4d30bd1ed7a175f659f5460ee4a78c332974cec (diff) |
Stupid typo in Boost Cmake file
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Boost.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index b857822071..8c0dfe4fb2 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -40,13 +40,13 @@ else (STANDALONE) optimized libboost_program_options-mt debug libboost_program_options-mt-gd) set(BOOST_REGEX_LIBRARY - optimized libboost_regex-mt} + optimized libboost_regex-mt debug libboost_regex-mt-gd) set(BOOST_SYSTEM_LIBRARY - optimized libboost_system-mt} + optimized libboost_system-mt debug libboost_system-mt-gd) set(BOOST_FILESYSTEM_LIBRARY - optimized libboost_filesystem-mt} + optimized libboost_filesystem-mt debug libboost_filesystem-mt-gd) endif (MSVC80) elseif (DARWIN OR LINUX) |