diff --git a/CMakeLists.txt b/CMakeLists.txt index 42cc0945..5f19bffe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(Tracy LANGUAGES CXX) find_package(Threads REQUIRED) add_library(TracyClient TracyClient.cpp) -target_compile_features(TracyClient PUBLIC cxx_std_11) +target_compile_features(TracyClient PUBLIC cxx_std_17) target_include_directories(TracyClient SYSTEM PUBLIC $ $)