diff options
author | Alain Linden <alain@lindenlab.com> | 2011-02-07 12:56:30 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-02-07 12:56:30 -0800 |
commit | 66612d334d85c545f43b649adf3e3ffc89185edb (patch) | |
tree | 076a8af24e44b1f2233e2967dfa18bf471894cfa /indra/cmake | |
parent | ed4661b60789757c8830596a0e16a69d16263976 (diff) |
there is no mt for vs2010
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt index 3c7ae50df1..9ef49db07d 100644 --- a/indra/cmake/CMakeLists.txt +++ b/indra/cmake/CMakeLists.txt @@ -29,7 +29,8 @@ set(cmake_SOURCE_FILES FindFMOD.cmake FindGooglePerfTools.cmake FindMono.cmake - FindMT.cmake +# MT deprecated in VS2010 +# FindMT.cmake FindMySQL.cmake FindOpenJPEG.cmake FindXmlRpcEpi.cmake |