From 5861c46ae1141fb00299a525c8fe3d0a4615a195 Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Fri, 24 Jan 2025 21:10:32 +0100 Subject: [PATCH] Undo rename of tracy option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c960ee..50c3739 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ project (OpenVulkano VERSION 1.0 LANGUAGES C CXX) SetOptimisationSettings() # ------------------------- CMAKE OPTIONS ------------------------- -option(OPENVULKANO_TRACY_ENABLE "Enable Tracy Profiler" OFF) +option(TRACY_ENABLE "Enable Tracy Profiler" OFF) # Don't rename option(OPENVULKANO_ENABLE_ASSIMP "If assimp should be used" ON) option(OPENVULKANO_ENABLE_CURL "If curl should be used" ON) option(OPENVULKANO_ENABLE_KTX "If ktx images should be supported" ON)