From 96141cdef0751ad8bad395d34ccef22e9df5e33c Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Sat, 18 Dec 2021 20:14:06 +0100 Subject: CMakeLists: Fix typo Fixes #298 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b0ef97a..aabe81d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ set_option(TRACY_NO_CODE_TRANSFER "Disable collection of source code" OFF) set_option(TRACY_NO_CONTEXT_SWITCH "Disable capture of context switches" OFF) set_option(TRACY_NO_EXIT "Client executable does not exit until all profile data is sent to server" OFF) set_option(TRACY_NO_FRAME_IMAGE "Disable capture of frame images" OFF) -set_option(TRACE_NO_SAMPLING "Disable call stack sampling" OFF) +set_option(TRACY_NO_SAMPLING "Disable call stack sampling" OFF) set_option(TRACY_NO_VERIFY "Disable zone validation for C API" OFF) set_option(TRACY_NO_VSYNC_CAPTURE "Disable capture of hardware Vsync events" OFF) -- cgit v1.2.3