diff options
| author | Alain Linden <alain@lindenlab.com> | 2011-01-31 15:55:42 -0800 | 
|---|---|---|
| committer | Alain Linden <alain@lindenlab.com> | 2011-01-31 15:55:42 -0800 | 
| commit | 48bf6b19b36a3ff3f5b3d440d511a0e3dba3d768 (patch) | |
| tree | 7540cf71c2c9fe04c80debb88ddeaa2a69003bdc /indra/cmake | |
| parent | 3a782eb733c4fea3f2f70e3ab368ed1c2188a8a7 (diff) | |
build uses latest jsoncpp package with new layout.
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/JsonCpp.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/cmake/JsonCpp.cmake b/indra/cmake/JsonCpp.cmake index 5d571e734a..27cb22024e 100644 --- a/indra/cmake/JsonCpp.cmake +++ b/indra/cmake/JsonCpp.cmake @@ -18,5 +18,5 @@ else (STANDALONE)    elseif (LINUX)      set(JSONCPP_LIBRARIES jsoncpp)    endif (WINDOWS) -  set(JSONCPP_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/jsoncpp) +  set(JSONCPP_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/json)  endif (STANDALONE) | 
