Skip to content

Commit

Permalink
Fix: find-tools.bat path
Browse files Browse the repository at this point in the history
  • Loading branch information
KageShiron committed Jan 7, 2019
1 parent f83fff6 commit deea3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-cppcheck.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if "%configuration%" == "Release" (
exit /b 1
)

call %~dp0find-tools.bat
call %~dp0tools\find-tools.bat
if not defined CMD_CPPCHECK (
echo cppcheck.exe was not found. so skip to run it.
exit /b 0
Expand Down

0 comments on commit deea3a4

Please sign in to comment.