Make LLCOREHTTP_INCLUDE_DIRS system include directories, lets see if this makes never GCCs happy (in llcorehttp)
parent
c19bea25b9
commit
5b01aeb2d9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue