diff options
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 4 |
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) | |||
46 | include(libgcrypt) | 46 | include(libgcrypt) |
47 | include(libgpg-error) | 47 | include(libgpg-error) |
48 | 48 | ||
49 | if (WINDOWS) | ||
50 | include(libotr) | ||
51 | # on windows always build libotr from source and statically link in libgcrypt and libgpg-error | ||
52 | endif (WINDOWS) | ||
49 | if (DARWIN OR LINUX) | 53 | if (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 |