mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4143 from aarlt/jsoncpp-system-header
Mark jsoncpp-headers as system headers
This commit is contained in:
commit
1dca54244b
@ -21,7 +21,7 @@ include(EthCcache)
|
|||||||
# Let's find our dependencies
|
# Let's find our dependencies
|
||||||
include(EthDependencies)
|
include(EthDependencies)
|
||||||
include(jsoncpp)
|
include(jsoncpp)
|
||||||
include_directories(${JSONCPP_INCLUDE_DIR})
|
include_directories(SYSTEM ${JSONCPP_INCLUDE_DIR})
|
||||||
|
|
||||||
find_package(Threads)
|
find_package(Threads)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user