diff --git a/config.cmd b/config.cmd index efed2a70..4774ad3d 100644 --- a/config.cmd +++ b/config.cmd @@ -16,7 +16,7 @@ rmdir /s /q %CURRENT_PATH%src\vendor 2> NUL rmdir /s /q %CURRENT_PATH%src\db 2> NUL git clone --depth=1 https://github.com/ko4life-net/ko-assets %CURRENT_PATH%src\assets -git clone --depth=1 https://github.com/ko4life-net/ko-vendor %CURRENT_PATH%src\vendor +git clone --depth=1 --branch=1.0.0 https://github.com/ko4life-net/ko-vendor %CURRENT_PATH%src\vendor git clone https://github.com/ko4life-net/ko-db %CURRENT_PATH%src\db @REM src\All.sln diff --git a/src/engine/N3Base/N3Log.h b/src/engine/N3Base/N3Log.h index c94e3f81..9df6c6a7 100644 --- a/src/engine/N3Base/N3Log.h +++ b/src/engine/N3Base/N3Log.h @@ -1,5 +1,9 @@ #pragma once +// TODO: Note that SPDLOG_USE_STD_FORMAT can be removed once the project is configured via cmake +// As it adds this preprocessor into the build configuration via target interface automatically. +#define SPDLOG_USE_STD_FORMAT + #include #include