Mark jsoncpp-headers as system headers

This commit is contained in:
Alexander Arlt 2018-05-15 15:14:59 +02:00
parent 63861aac4a
commit 89f790c3ab

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)