Iclude boost as system headers to suppress warnings

This commit is contained in:
badaix 2024-12-20 19:36:44 +01:00
parent 0b1b1e38bb
commit 03ce0ed2df

View file

@ -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})