Skip to content

Commit

Permalink
Iclude boost as system headers to suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Dec 20, 2024
1 parent 0b1b1e3 commit 03ce0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down

0 comments on commit 03ce0ed

Please sign in to comment.