diff options
| -rw-r--r-- | indra/cmake/LLPrimitive.cmake | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/cmake/LLPrimitive.cmake b/indra/cmake/LLPrimitive.cmake index f15a2c2649..ab39cbb6be 100644 --- a/indra/cmake/LLPrimitive.cmake +++ b/indra/cmake/LLPrimitive.cmake @@ -15,10 +15,10 @@ if (WINDOWS)          optimized llprimitive          debug libcollada14dom22-d          optimized libcollada14dom22 -        debug libboost_filesystem-vc100-mt-gd-1_45 -        optimized libboost_filesystem-vc100-mt-1_45 -        debug libboost_system-vc100-mt-gd-1_45 -        optimized libboost_system-vc100-mt-1_45 +        debug libboost_filesystem-mt-gd +        optimized libboost_filesystem-mt +        debug libboost_system-mt-gd +        optimized libboost_system-mt          )  else (WINDOWS)      set(LLPRIMITIVE_LIBRARIES   | 
