Make boost and friends system headers, this will stop GCC being pedantic and -Werror due to them.

master
Nicky 2022-02-10 10:36:13 +01:00
parent 755c765263
commit b7fefde5ae
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ include(Copy3rdPartyLibs)
include(ZLIB)
include(URIPARSER)
include_directories(
include_directories( SYSTEM
${EXPAT_INCLUDE_DIRS}
${LLCOMMON_INCLUDE_DIRS}
${JSONCPP_INCLUDE_DIR}