diff options
author | Nicky <nickyd_sl@yahoo.com> | 2011-02-19 20:27:38 +0100 |
---|---|---|
committer | Nicky <nickyd_sl@yahoo.com> | 2011-02-19 20:27:38 +0100 |
commit | 2d268422deb1846da889e38100eae60b42c4d21c (patch) | |
tree | c244273db1ec2c99493560decc65d2d96fa09e19 /indra/cmake | |
parent | 415b3ca1da43d0216e35de2a1f5554884de5ab6b (diff) |
Do not add <jsonpath>/include/json as an include director. Instead use <jsonpath>/include.
Otherwise include/json/features.h will mask /usr/include/features.
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 7c686eff07..66c1739ff4 100644 --- a/indra/cmake/JsonCpp.cmake +++ b/indra/cmake/JsonCpp.cmake @@ -18,5 +18,5 @@ else (STANDALONE) elseif (LINUX) set(JSONCPP_LIBRARIES libjson_linux-gcc-4.1.3_libmt) endif (WINDOWS) - set(JSONCPP_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/json) + set(JSONCPP_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) endif (STANDALONE) |