summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBoroondas Gupte <hg@boroon.dasgupta.ch>2012-04-24 11:24:11 -0400
committerBoroondas Gupte <hg@boroon.dasgupta.ch>2012-04-24 11:24:11 -0400
commit1b832eaa4b5cbb9be2a3c92643ba62794931d1d2 (patch)
tree5489f4ceadbe97c751bb6e7b88512652794bab92 /indra/newview
parent9b87cfbc9182d7ae059734e1d70c089dc1d304b8 (diff)
OPEN-54: correct JsonCpp include path
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 7e6ffb35c3..9aaefa9c6a 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -47,7 +47,7 @@ include(CMakeCopyIfDifferent)
include_directories(
${DBUSGLIB_INCLUDE_DIRS}
- ${JSONCPP_INCLUDE_DIRS}
+ ${JSONCPP_INCLUDE_DIR}
${GLOD_INCLUDE_DIR}
${LLAUDIO_INCLUDE_DIRS}
${LLCHARACTER_INCLUDE_DIRS}