diff --git a/test/catch/CMakeLists.txt b/test/catch/CMakeLists.txt index 4e7d68f87..55a1a3fad 100644 --- a/test/catch/CMakeLists.txt +++ b/test/catch/CMakeLists.txt @@ -47,5 +47,5 @@ if(BUILD_TESTING) endif() add_library(catch STATIC catch.cpp) - target_include_directories(catch PUBLIC "${CATCH_HEADER}") + target_include_directories(catch SYSTEM PUBLIC "${CATCH_HEADER}") endif()