aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/CMakeLists.txt')
-rw-r--r--linden/indra/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/CMakeLists.txt b/linden/indra/CMakeLists.txt
index e3643d3..de5dee8 100644
--- a/linden/indra/CMakeLists.txt
+++ b/linden/indra/CMakeLists.txt
@@ -46,8 +46,10 @@ endif (WINDOWS)
46# if off will use the systems libotr.so but won't be fully compatible with windows version 46# if off will use the systems libotr.so but won't be fully compatible with windows version
47set(STATIC_LIBOTR_ETC 1) 47set(STATIC_LIBOTR_ETC 1)
48 48
49add_subdirectory(${LIBS_OPEN_PREFIX}libgpg-error) 49if (NOT WINDOWS)
50add_subdirectory(${LIBS_OPEN_PREFIX}libgcrypt) 50 add_subdirectory(${LIBS_OPEN_PREFIX}libgpg-error)
51 add_subdirectory(${LIBS_OPEN_PREFIX}libgcrypt)
52endif (NOT WINDOWS)
51# [/$PLOTR$] 53# [/$PLOTR$]
52 54
53add_subdirectory(${LIBS_OPEN_PREFIX}llaudio) 55add_subdirectory(${LIBS_OPEN_PREFIX}llaudio)