mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Iclude boost as system headers to suppress warnings
This commit is contained in:
parent
0b1b1e38bb
commit
03ce0ed2df
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ set(TEST_SOURCES
|
|||
${CMAKE_SOURCE_DIR}/server/streamreader/metadata.cpp
|
||||
${CMAKE_SOURCE_DIR}/server/streamreader/stream_uri.cpp)
|
||||
|
||||
include_directories(${Boost_INCLUDE_DIR})
|
||||
include_directories(SYSTEM ${Boost_INCLUDE_DIR})
|
||||
|
||||
add_executable(snapcast_test ${TEST_SOURCES})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue