Skip to content

Commit 93e720e

Browse files
author
Diego Jesus
committed
fixup
1 parent 63a3330 commit 93e720e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@echo off
12

23
set WORKSPACE=%1%
34
set OS=%2%
@@ -42,5 +43,5 @@ conan install ^
4243
REM ----------------------------------------
4344
REM Build Pagoda
4445
REM ----------------------------------------
45-
cmake -S %PAGODA_ROOT% --preset conan-release
46+
cmake -S %PAGODA_ROOT% --preset conan-default
4647
cmake --build %BUILD_ROOT% -j 24

0 commit comments

Comments
 (0)