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
+1 -1
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)