Make LLCOREHTTP_INCLUDE_DIRS system include directories, lets see if this makes never GCCs happy (in llcorehttp)

master
Nicky 2022-08-14 12:52:13 +02:00
parent c19bea25b9
commit 5b01aeb2d9
1 changed files with 3 additions and 1 deletions

View File

@ -24,9 +24,11 @@ include_directories (${CMAKE_CURRENT_SOURCE_DIR})
include_directories(
${LLMESSAGE_INCLUDE_DIRS}
${LLCOMMON_INCLUDE_DIRS}
${LLCOREHTTP_INCLUDE_DIRS}
# ${LLCOREHTTP_INCLUDE_DIRS} <FS:ND> Make this system include directories.
)
include_directories( SYSTEM ${LLCOREHTTP_INCLUDE_DIRS} )
set(llcorehttp_SOURCE_FILES
bufferarray.cpp
bufferstream.cpp