Merge pull request #4143 from aarlt/jsoncpp-system-header

Mark jsoncpp-headers as system headers
This commit is contained in:
chriseth 2018-05-15 16:34:26 +02:00 committed by GitHub
commit 1dca54244b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ include(EthCcache)
# Let's find our dependencies
include(EthDependencies)
include(jsoncpp)
include_directories(${JSONCPP_INCLUDE_DIR})
include_directories(SYSTEM ${JSONCPP_INCLUDE_DIR})
find_package(Threads)