From 69fe76c037f89acb813e8ae77faffd2d4b4bccf3 Mon Sep 17 00:00:00 2001 From: aiekick Date: Sat, 14 Sep 2024 01:11:35 +0200 Subject: [PATCH] - --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87bc032..df6280c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ option(USE_PROFILER_TRACY "Enale Tracy Profiler" OFF) option(USE_SDL "Enale SDL instead of GLFW (Not fully tested btw)" OFF) option(USE_NETWORK "Enable NETWORK (Shader Inport, Versions, Changelog)" ON) option(BUILD_X32 "Enable the 32 bit version of NoodlesPlate (default is X64)" OFF) -option(USE_PACKAGE_TO_NSIS "Enable packaging to nsis isntaller or zip if false" ON) +option(USE_PACKAGE_TO_NSIS "Enable packaging to nsis isntaller or zip if false" OFF) option(USE_STD_FILESYSTEM "Enable std::filesystem use for path and ImGuiFileDialog" ON) if (WIN32)