From e7eadc3605bc4532e139771ae0ac42d6979dfd50 Mon Sep 17 00:00:00 2001 From: Ray Beck <115stingray@gmail.com> Date: Thu, 24 Nov 2022 22:23:11 -0500 Subject: [PATCH] add SYSTEM to include to prevent warnings (#1428) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8b73a4..9e526a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -193,7 +193,7 @@ target_compile_features(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC} cxx_std_11 ) -target_include_directories(${PROJECT_NAME} ${_INTERFACE_OR_PUBLIC} +target_include_directories(${PROJECT_NAME} SYSTEM ${_INTERFACE_OR_PUBLIC} $ $ )