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