Skip to content

Commit

Permalink
Added warnings suppressing for Boost
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriiKoniushenko committed Oct 8, 2023
1 parent f21eca0 commit cd17180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/boost/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ endif ()

add_library(Boost INTERFACE)

target_compile_options(Boost INTERFACE "-w") # warnings suppressing

target_include_directories(Boost INTERFACE ${BOOST_PATH})

0 comments on commit cd17180

Please sign in to comment.