From 3073ae4d37345b7bfd854cd76cedb557b6385c3d Mon Sep 17 00:00:00 2001 From: nzqo Date: Tue, 17 Oct 2023 13:49:16 +0200 Subject: [PATCH] Added comment in CMake --- host/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 7e01476ddc..1f2118b2ec 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -318,6 +318,7 @@ set(UHD_BOOST_REQUIRED_COMPONENTS include(UHDBoost) +# Include boost headers as system headers to avoid compiler warnings from them. include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) link_directories(${Boost_LIBRARY_DIRS})