cppcheck fails #60
Unanswered
ChristopherPisz
asked this question in
Q&A
Replies: 2 comments 7 replies
-
I had to install and update it evidently. I am pretty sure my build machine doesn't have this. How can I take out the cpp check step from dev profile in cmakepresets.json? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes, by default tools like You can disable these tools for the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am rather bad at cmake and unix in general. Trying cmake-init to make a consumable library. I am currently getting the following output from clion when using the dev preset.
====================[ Build | gussm_gussm | dev ]=============================== /snap/clion/193/bin/cmake/linux/bin/cmake --build --target gussm_gussm --preset dev [ 50%] Building CXX object CMakeFiles/gussm_gussm.dir/source/gussm.cpp.o Error running 'cppcheck': make[3]: *** [CMakeFiles/gussm_gussm.dir/build.make:76: CMakeFiles/gussm_gussm.dir/source/gussm.cpp.o] Error 1 make[2]: *** [CMakeFiles/Makefile2:133: CMakeFiles/gussm_gussm.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:140: CMakeFiles/gussm_gussm.dir/rule] Error 2 make: *** [Makefile:199: gussm_gussm] Error 2
No information is given as to what the error is. What to do?
Beta Was this translation helpful? Give feedback.
All reactions