Undo rename of tracy option

This commit is contained in:
Georg Hagen
2025-01-24 21:10:32 +01:00
parent 8a5042109d
commit 5861c46ae1

View File

@@ -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)