aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorChris Tuchs2011-05-08 02:54:28 -0700
committerChris Tuchs2011-05-08 02:54:28 -0700
commit6260228f2f96ef0b3c66b879f200a2569311723e (patch)
tree4b332f1dd5f5b6c193f4a62d58b2744a8204229d /linden
parentMerge branch 'libotr' of github.com:onefang/meta-impy into libotr (diff)
downloadmeta-impy-6260228f2f96ef0b3c66b879f200a2569311723e.zip
meta-impy-6260228f2f96ef0b3c66b879f200a2569311723e.tar.gz
meta-impy-6260228f2f96ef0b3c66b879f200a2569311723e.tar.bz2
meta-impy-6260228f2f96ef0b3c66b879f200a2569311723e.tar.xz
Windows build change I am sure of
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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)
46include(libgcrypt) 46include(libgcrypt)
47include(libgpg-error) 47include(libgpg-error)
48 48
49if (WINDOWS)
50 include(libotr)
51 # on windows always build libotr from source and statically link in libgcrypt and libgpg-error
52endif (WINDOWS)
49if (DARWIN OR LINUX) 53if (DARWIN OR LINUX)
50 if (STATIC_LIBOTR_ETC) 54 if (STATIC_LIBOTR_ETC)
51 include(libotr) # to build libotr from source and statically link in libgcrypt and libgpg-error 55 include(libotr) # to build libotr from source and statically link in libgcrypt and libgpg-error