From 89f790c3abcd1320309fe0f683471411cf0d8a15 Mon Sep 17 00:00:00 2001 From: Alexander Arlt Date: Tue, 15 May 2018 15:14:59 +0200 Subject: Mark jsoncpp-headers as system headers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ac56b43..0c05208f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- cgit v1.2.3