From aa089fb1d317e5289f3a978addd16596d0652387 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Tue, 10 May 2022 15:49:59 +0200 Subject: [PATCH] Remove stray comma from TRACY_NO_CRASH_HANDLER option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15991852..f055ea4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ set_option(TRACY_NO_SYSTEM_TRACING "Disable systrace sampling" OFF) set_option(TRACY_DELAYED_INIT "Enable delayed initialization of the library (init on first call)" OFF) set_option(TRACY_MANUAL_LIFETIME "Enable the manual lifetime management of the profile" OFF) set_option(TRACY_FIBERS "Enable fibers support" OFF) -set_option(TRACY_NO_CRASH_HANDLER, "Disable crash handling" OFF) +set_option(TRACY_NO_CRASH_HANDLER "Disable crash handling" OFF) set_option(TRACY_TIMER_FALLBACK "Use lower resolution timers" OFF) if(BUILD_SHARED_LIBS)