aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/libotr.cmake
diff options
context:
space:
mode:
authorDavid Walter Seikel2011-07-19 01:15:21 +1000
committerDavid Walter Seikel2011-07-19 01:15:21 +1000
commit588a8405b45bf6266141d9c7f3f7e086d00a2012 (patch)
tree89159affe62debd70c4869256dac80cf8e45d469 /linden/indra/cmake/libotr.cmake
parentAdd the iGrid developmnet grid. (diff)
downloadmeta-impy-588a8405b45bf6266141d9c7f3f7e086d00a2012.zip
meta-impy-588a8405b45bf6266141d9c7f3f7e086d00a2012.tar.gz
meta-impy-588a8405b45bf6266141d9c7f3f7e086d00a2012.tar.bz2
meta-impy-588a8405b45bf6266141d9c7f3f7e086d00a2012.tar.xz
Fix up gcrypt and gpg-error compiling and linking. Much cleaner now,and Windows might work again.
Diffstat (limited to 'linden/indra/cmake/libotr.cmake')
-rw-r--r--linden/indra/cmake/libotr.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/cmake/libotr.cmake b/linden/indra/cmake/libotr.cmake
index 3c07be2..30544f8 100644
--- a/linden/indra/cmake/libotr.cmake
+++ b/linden/indra/cmake/libotr.cmake
@@ -4,5 +4,5 @@ set(LIBOTR_INCLUDE_DIRS
4 ) 4 )
5 5
6set(LIBOTR_LIBRARIES 6set(LIBOTR_LIBRARIES
7 libotr 7 otr
8 ) 8 )