Skip to content

Commit ef74a9d

Browse files
committed
Revert "[C++] Pass SOURCE_DIR"
This reverts commit 2eb4660
1 parent 2eb4660 commit ef74a9d

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 . --clean-first --config Release %SOURCE_DIR%
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)