Hi,
I am not sure if some commit to the cppcheck git might miss the modified .ts files to be pushed. Maybe that is the problem.
git clone or pull the latest code
under folder cppcheck/build:
cmake -DBUILD_GUI=ON -DBUILD_TESTS=ON ..
make
go to folder cppcheck:
git status
unexpected modified .ts files are generated by cmake
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am not sure if some commit to the cppcheck git might miss the modified .ts files to be pushed. Maybe that is the problem.