Skip to content

Commit 35b1613

Browse files
committed
Revert "[C++] Remove --clean-first"
This reverts commit 3e25bb9
1 parent 3e25bb9 commit 35b1613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppbuild/cppbuild.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if EXIST %BUILD_DIR% rd /S /Q %BUILD_DIR%
1212
md %BUILD_DIR%
1313
pushd %BUILD_DIR%
1414

15-
cmake --build . --config Release
15+
cmake --build . --clean-first --config Release
1616
if %ERRORLEVEL% neq 0 exit /b %ERRORLEVEL%
1717

1818
ctest -C Release

0 commit comments

Comments
 (0)