From 042ebdd1c29284bcedb9c9c8e3a3a7fb9fe07e41 Mon Sep 17 00:00:00 2001 From: Baba-Yagan <145987683+Baba-Yagan@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:13:48 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 749f67b60..5143f3662 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ option(ENABLE_BENCHMARKS "Compile benchmarks" off) option(ENABLE_TRIAL_MODE "Compile the trial version" off) option(ENABLE_DRM "Compile the DRM-enabled version (e.g. for automatic updates)" off) option(ENABLE_STEAM "Compile with Steam library" off) -option(ENABLE_DEVMODE "Compile vesion for developers" off) +option(ENABLE_DEVMODE "Compile version for developers" off) option(ENABLE_UI "Compile UI (turn off to compile CLI-only version)" on) option(FULLSCREEN_PLATFORM "Enable fullscreen by default" off) option(ENABLE_CLANG_TIDY "Enable static analysis" off)