diff options
author | David Walter Seikel | 2011-07-19 01:15:21 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-07-19 01:15:21 +1000 |
commit | 588a8405b45bf6266141d9c7f3f7e086d00a2012 (patch) | |
tree | 89159affe62debd70c4869256dac80cf8e45d469 /linden/indra/cmake/libotr.cmake | |
parent | Add the iGrid developmnet grid. (diff) | |
download | meta-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.cmake | 2 |
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 | ||
6 | set(LIBOTR_LIBRARIES | 6 | set(LIBOTR_LIBRARIES |
7 | libotr | 7 | otr |
8 | ) | 8 | ) |