From d2325e49e7f0a90ee69c9ae14b5aab462276d7f4 Mon Sep 17 00:00:00 2001 From: AMS21 Date: Sun, 26 Nov 2023 11:51:05 +0000 Subject: [PATCH] Fix typo `enfore` -> `enforce` --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bf17c31..e41e0725 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ endmacro() set_option(TRACY_ENABLE "Enable profiling" ON) set_option(TRACY_ON_DEMAND "On-demand profiling" OFF) -set_option(TRACY_CALLSTACK "Enfore callstack collection for tracy regions" OFF) +set_option(TRACY_CALLSTACK "Enforce callstack collection for tracy regions" OFF) set_option(TRACY_NO_CALLSTACK "Disable all callstack related functionality" OFF) set_option(TRACY_NO_CALLSTACK_INLINES "Disables the inline functions in callstacks" OFF) set_option(TRACY_ONLY_LOCALHOST "Only listen on the localhost interface" OFF)