aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/LLXML.cmake
diff options
context:
space:
mode:
authorunknown2008-12-30 11:34:13 -0700
committerunknown2008-12-30 11:34:13 -0700
commit5e0090c8daa5ae53f7907bbd2b6145f252f278cd (patch)
treec561ebc755dc77e99a58017a76e722d3259ea078 /linden/indra/cmake/LLXML.cmake
parentRemoved llkdu from cmake (diff)
downloadmeta-impy-5e0090c8daa5ae53f7907bbd2b6145f252f278cd.zip
meta-impy-5e0090c8daa5ae53f7907bbd2b6145f252f278cd.tar.gz
meta-impy-5e0090c8daa5ae53f7907bbd2b6145f252f278cd.tar.bz2
meta-impy-5e0090c8daa5ae53f7907bbd2b6145f252f278cd.tar.xz
Added fix for VWR-10392 as well as other fixes
Diffstat (limited to 'linden/indra/cmake/LLXML.cmake')
-rw-r--r--linden/indra/cmake/LLXML.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/cmake/LLXML.cmake b/linden/indra/cmake/LLXML.cmake
index 1ce93c0..dd2ebca 100644
--- a/linden/indra/cmake/LLXML.cmake
+++ b/linden/indra/cmake/LLXML.cmake
@@ -1,9 +1,11 @@
1# -*- cmake -*- 1# -*- cmake -*-
2 2
3include(Boost)
3include(EXPAT) 4include(EXPAT)
4 5
5set(LLXML_INCLUDE_DIRS 6set(LLXML_INCLUDE_DIRS
6 ${LIBS_OPEN_DIR}/llxml 7 ${LIBS_OPEN_DIR}/llxml
8 ${Boost_INCLUDE_DIRS}
7 ${EXPAT_INCLUDE_DIRS} 9 ${EXPAT_INCLUDE_DIRS}
8 ) 10 )
9 11