diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ce57f6f..1b0ef97a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ find_package(Threads REQUIRED) add_library(TracyClient TracyClient.cpp) target_compile_features(TracyClient PUBLIC cxx_std_11) -target_include_directories(TracyClient PUBLIC +target_include_directories(TracyClient SYSTEM PUBLIC $ $) target_link_libraries( @@ -73,4 +73,4 @@ install(FILES ${includes} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) install(EXPORT TracyConfig FILE TracyConfig.cmake - DESTINATION share/Tracy) \ No newline at end of file + DESTINATION share/Tracy)