From d5579a23feccbfb6805742167b0f9bb434f7af48 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Mon, 10 Jun 2019 15:23:42 +0200 Subject: [PATCH] rename --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3b56808..aa55f996 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,11 +54,9 @@ elseif(Visuals_DrawType STREQUAL "IMGUI Streamproof") set(ExternalDrawing 1) endif() if (NOT ExternalDrawing) - set(Visuals_ForceStreamSafety 0) + set(Visuals_EnforceStreamSafety 0) endif() -message(${Visuals_ForceStreamSafety}) - set(EnableUnityBuilds 1 CACHE BOOL "Enable Profiler") set(EnableProfiler 0 CACHE BOOL "Enable Profiler")