From 6260228f2f96ef0b3c66b879f200a2569311723e Mon Sep 17 00:00:00 2001 From: Chris Tuchs Date: Sun, 8 May 2011 02:54:28 -0700 Subject: Windows build change I am sure of --- linden/indra/newview/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index aaaf74f..ec630c2 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt @@ -46,6 +46,10 @@ endif (WINDOWS) include(libgcrypt) include(libgpg-error) +if (WINDOWS) + include(libotr) + # on windows always build libotr from source and statically link in libgcrypt and libgpg-error +endif (WINDOWS) if (DARWIN OR LINUX) if (STATIC_LIBOTR_ETC) include(libotr) # to build libotr from source and statically link in libgcrypt and libgpg-error -- cgit v1.1