diff --git a/build.bat b/build.bat index 46cf4d8d..ca2048f6 100644 --- a/build.bat +++ b/build.bat @@ -43,5 +43,5 @@ conan install ^ REM ---------------------------------------- REM Build Pagoda REM ---------------------------------------- -cmake -S %PAGODA_ROOT% --preset conan-default --config Release -cmake --build %BUILD_ROOT% -j 24 +cmake -S %PAGODA_ROOT% --preset conan-default +cmake --build %BUILD_ROOT% --config Release -j 24